Open 3D Engine AzToolsFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzToolsFramework::DetachSubsliceInstanceCommand Class Reference

Inherits AzToolsFramework::BaseSliceCommand.

Public Member Functions

 AZ_CLASS_ALLOCATOR (DetachSubsliceInstanceCommand, AZ::SystemAllocator)
 
 AZ_RTTI (DetachSubsliceInstanceCommand, "{FCDE52C0-F334-4701-9CA6-43FA089007EE}")
 
 DetachSubsliceInstanceCommand (const AZ::SliceComponent::SliceInstanceEntityIdRemapList &subsliceRootList, const AZStd::string &friendlyName)
 
void Undo () override
 
void Redo () override
 
- Public Member Functions inherited from AzToolsFramework::BaseSliceCommand
 AZ_CLASS_ALLOCATOR (BaseSliceCommand, AZ::SystemAllocator)
 
 AZ_RTTI (BaseSliceCommand, "{87CB1C80-7D75-423B-964A-CF1964A9AB26}")
 
 BaseSliceCommand (const AZStd::string &friendlyName)
 
void Undo () override=0
 
void Redo () override=0
 
bool Changed () const override
 
- Public Member Functions inherited from AzToolsFramework::UndoSystem::URSequencePoint
 URSequencePoint (const AZStd::string &friendlyName, URCommandID id=0)
 
 URSequencePoint (URCommandID id)
 
virtual ~URSequencePoint ()
 
void RunUndo ()
 
void RunRedo ()
 
virtual void Undo ()
 
virtual void Redo ()
 
virtual bool Changed () const =0
 
URSequencePointFind (URCommandID id, const AZ::Uuid &typeOfCommand)
 
void SetName (const AZStd::string &friendlyName)
 
AZStd::string & GetName ()
 
void SetParent (URSequencePoint *parent)
 
URSequencePointGetParent () const
 
const ChildVec & GetChildren () const
 
bool HasRealChildren () const
 
void ApplyToTree (const ApplyOperationCB &applyCB)
 
bool IsPosted () const
 
bool operator== (const URCommandID id) const
 
bool operator== (const URSequencePoint *com) const
 

Protected Attributes

AZ::SliceComponent::SliceInstanceEntityIdRemapList m_subslices
 
- Protected Attributes inherited from AzToolsFramework::BaseSliceCommand
AZ::SliceComponent::EntityRestoreInfoList m_entityRedoRestoreInfoArray
 
AZ::SliceComponent::EntityRestoreInfoList m_entityUndoRestoreInfoArray
 
bool m_changed
 
- Protected Attributes inherited from AzToolsFramework::UndoSystem::URSequencePoint
AZStd::string m_friendlyName
 
URCommandID m_id
 
ChildVec m_children
 
URSequencePointm_parent
 
bool m_isPosted
 

Additional Inherited Members

- Public Types inherited from AzToolsFramework::UndoSystem::URSequencePoint
typedef AZStd::vector< URSequencePoint * > ChildVec
 
typedef AZStd::function< void(URSequencePoint *) > ApplyOperationCB
 
- Public Attributes inherited from AzToolsFramework::UndoSystem::URSequencePoint
friend UndoStack
 
- Protected Member Functions inherited from AzToolsFramework::BaseSliceCommand
bool CaptureRestoreInfoForUndo (const AZ::EntityId &entityId)
 
void RestoreEntities (AZ::SliceComponent::EntityRestoreInfoList &entitiesToRestore, bool clearRestoreList=false, SliceEntityRestoreType restoreType=SliceEntityRestoreType::Detached)
 
- Protected Member Functions inherited from AzToolsFramework::UndoSystem::URSequencePoint
void AddChild (URSequencePoint *)
 
void RemoveChild (URSequencePoint *)
 

Member Function Documentation

◆ Redo()

void AzToolsFramework::DetachSubsliceInstanceCommand::Redo ( )
overridevirtual

◆ Undo()

void AzToolsFramework::DetachSubsliceInstanceCommand::Undo ( )
overridevirtual

Usage: override with class specific actions

Implements AzToolsFramework::BaseSliceCommand.


The documentation for this class was generated from the following file: