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::EditorEntityUiInterface Class Referenceabstract

#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 EditorEntityUiHandlerBaseGetHandler (AZ::EntityId entityId)=0
 

Detailed Description

EditorEntityUiInterface Interface serviced by the Editor Entity Ui System Component.


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