Inherits AZ::Component, and AZ::TaskGraphActiveInterface.
Additional Inherited Members | |
Protected Member Functions inherited from AZ::Component | |
| virtual void | Init () |
| virtual bool | ReadInConfig (const ComponentConfig *baseConfig) |
| virtual bool | WriteOutConfig (ComponentConfig *outBaseConfig) const |
| virtual void | SetEntity (Entity *entity) |
| virtual void | OnAfterEntitySet () |
| Function to call after setting the entity in this component. | |
Protected Attributes inherited from AZ::Component | |
| Entity * | m_entity |
| Reference to the entity that owns the component. The value is null if the component is not attached to an entity. | |
| ComponentId | m_id |
| A component ID that is unique for an entity. This component ID is not unique across all entities. | |
|
overridevirtual |
Implements AZ::TaskGraphActiveInterface.