#include <EditorEntityUiInterface.h>
Inherited by AzToolsFramework::Components::EditorEntityUiSystemComponent.
Public Member Functions | |
| AZ_RTTI (EditorEntityUiInterface, "{E9966C1E-EC61-40B4-805D-47A1F0CFF6B0}") | |
| virtual EditorEntityUiHandlerId | RegisterHandler (EditorEntityUiHandlerBase *handler)=0 |
| virtual void | UnregisterHandler (EditorEntityUiHandlerBase *handler)=0 |
| virtual bool | RegisterEntity (AZ::EntityId entityId, EditorEntityUiHandlerId handlerId)=0 |
| virtual bool | UnregisterEntity (AZ::EntityId entityId)=0 |
| virtual EditorEntityUiHandlerBase * | GetHandler (AZ::EntityId entityId)=0 |
EditorEntityUiInterface Interface serviced by the Editor Entity Ui System Component.