Inherits EntityReferenceRequestBus::Handler.
Public Member Functions | |
| AZ_TYPE_INFO (AZ::Render::EntityReferenceComponentController, "{89D1D8DE-AC1F-4069-8884-5A04582C2EB1}") | |
| EntityReferenceComponentController (const EntityReferenceComponentConfig &config) | |
| void | Activate (EntityId entityId) |
| void | Deactivate () |
| void | SetConfiguration (const EntityReferenceComponentConfig &config) |
| const EntityReferenceComponentConfig & | GetConfiguration () const |
| virtual AZStd::vector< EntityId > | GetEntityReferences () const override |
Friends | |
| class | EditorEntityReferenceComponent |