Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/EntitySystem > API/Runtime/MovieScene/EntitySystem/FEntityAllocation > API/Runtime/MovieScene/EntitySystem/FEntityAllocation/GetComponentHeaderChecked
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneEntitySystemTypes.h |
| Include | #include "EntitySystem/MovieSceneEntitySystemTypes.h" |
const FComponentHeader & GetComponentHeaderChecked
&40;
FComponentTypeID ComponentTypeID
&41; const
Remarks
Get a reference to a component header by its type. Will fail an assertion if it does not exist. A reference to the component header
Parameters
| Name | Description |
|---|---|
| ComponentTypeID | The type ID for the component header to locate |