Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/IComponentTypeHandler
Description
Called when this component type does not yet exist in an entity manager, and needs to be defined. Most implementations will call some variation of EntityManager->NewComponentType
| Name | InitializeComponentType |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneComponentTypeHandler.h |
| Include Path | #include "EntitySystem/MovieSceneComponentTypeHandler.h" |
FComponentTypeID InitializeComponentType
(
FEntityManager * EntityManager
)
Parameters
| Name | Remarks |
|---|---|
| ComponentGuid | The guid that this type handler was registered with |
| EntityManager | The entity manager to create the component type within |