Inherits AzToolsFramework::Components::EditorComponentBase, EditorEntitySortRequestBus::Handler, EditorEntityContextNotificationBus::Handler, and AzToolsFramework::Prefab::PrefabPublicNotificationBus::Handler.
|
|
| AZ_COMPONENT (EditorEntitySortComponent, "{6EA1E03D-68B2-466D-97F7-83998C8C27F0}", EditorComponentBase) |
| |
|
EntityOrderArray | GetChildEntityOrderArray () override |
| |
|
bool | SetChildEntityOrderArray (const EntityOrderArray &entityOrderArray) override |
| |
|
bool | AddChildEntity (const AZ::EntityId &entityId, bool addToBack) override |
| |
|
bool | AddChildEntityAtPosition (const AZ::EntityId &entityId, const AZ::EntityId &beforeEntity) override |
| |
|
bool | RemoveChildEntity (const AZ::EntityId &entityId) override |
| |
|
AZ::u64 | GetChildEntityIndex (const AZ::EntityId &entityId) override |
| |
|
bool | CanMoveChildEntityUp (const AZ::EntityId &entityId) override |
| |
|
void | MoveChildEntityUp (const AZ::EntityId &entityId) override |
| |
|
bool | CanMoveChildEntityDown (const AZ::EntityId &entityId) override |
| |
|
void | MoveChildEntityDown (const AZ::EntityId &entityId) override |
| |
|
void | OnEntityStreamLoadSuccess () override |
| |
|
void | OnPrefabInstancePropagationBegin () override |
| |
|
void | OnPrefabInstancePropagationEnd () override |
| |
| | AZ_RTTI (EditorComponentBase, "{D5346BD4-7F20-444E-B370-327ACD03D4A0}", AZ::Component) |
| |
| | EditorComponentBase () |
| |
| void | SetDirty () |
| |
| virtual void | Deactivate () override |
| |
| void | OnAfterEntitySet () override final |
| |
| void | SetSerializedIdentifier (AZStd::string serializedIdentifier) override final |
| |
| AZStd::string | GetSerializedIdentifier () const override final |
| |
| AZ::TransformInterface * | GetTransform () const |
| |
| AZ::Transform | GetWorldTM () const |
| |
| AZ::Transform | GetLocalTM () const |
| |
| bool | IsSelected () const |
| |
| void | InvalidatePropertyDisplay (AzToolsFramework::PropertyModificationRefreshLevel refreshFlags) |
| |
| virtual void | BuildGameEntity (AZ::Entity *) |
| |
| virtual void | SetPrimaryAsset (const AZ::Data::AssetId &) |
| |
| virtual void | AddContextMenuActions (QMenu *) |
| |
|
|
static void | Reflect (AZ::ReflectContext *context) |
| |
|
static void | GetProvidedServices (AZ::ComponentDescriptor::DependencyArrayType &services) |
| |
|
static void | GetIncompatibleServices (AZ::ComponentDescriptor::DependencyArrayType &services) |
| |
|
static bool | SerializationConverter (AZ::SerializeContext &context, AZ::SerializeContext::DataElementNode &classElement) |
| |
| static void | Reflect (AZ::ReflectContext *context) |
| |
|
|
class | JsonEditorEntitySortComponentSerializer |
| |
The documentation for this class was generated from the following file:
- Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntitySortComponent.h