Open 3D Engine ScriptCanvas Gem API Reference
23.05.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Public Member Functions | |
AZ_CLASS_ALLOCATOR (SceneUndoState, AZ::SystemAllocator) | |
SceneUndoState (AzToolsFramework::UndoSystem::IUndoNotify *undoNotify) | |
void | BeginUndoBatch (AZStd::string_view label) |
void | EndUndoBatch () |
Public Attributes | |
AZStd::unique_ptr< UndoCache > | m_undoCache |
AZStd::unique_ptr < AzToolsFramework::UndoSystem::UndoStack > | m_undoStack |
AzToolsFramework::UndoSystem::URSequencePoint * | m_currentUndoBatch = nullptr |