Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/EntitySystem > API/Runtime/MovieScene/EntitySystem/FEntityAllocation > API/Runtime/MovieScene/EntitySystem/FEntityAllocation/FindComponentHeader
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneEntitySystemTypes.h |
Include | #include "EntitySystem/MovieSceneEntitySystemTypes.h" |
FComponentHeader * FindComponentHeader
(
FComponentTypeID ComponentTypeID
)
Remarks
Find a component header by its type A pointer to the component header, or nullptr if one was not found
Parameters
Name | Description |
---|---|
ComponentTypeID | The type ID for the component header to locate |