#include <Component.h>
Inherits ComponentDescriptorBus::Handler.
Inherited by AZ::ComponentDescriptorDefault< ComponentClass >.
Public Member Functions | |
| AZ_CLASS_ALLOCATOR (ComponentDescriptorHelper, ComponentAllocator) | |
| ComponentDescriptorHelper () | |
| Component * | CreateComponent () override |
| const char * | GetName () const override |
| Uuid | GetUuid () const override |
Helps you create a custom implementation of a descriptor. For most cases we recommend using AZ_COMPONENT and ComponentDescriptorDefault instead.
|
inline |
Connects to the component descriptor bus.
|
inlineoverride |
Creates an instance of the component.
|
inlineoverride |
Gets the name of the component.
|
inlineoverride |
Gets the ID of the component.