Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > EntitySystem > FEntityAllocation > FindComponentHeader
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneEntitySystemTypes.h |
Include | #include "EntitySystem/MovieSceneEntitySystemTypes.h" |
const FComponentHeader &42; FindComponentHeader
&40;
FComponentTypeID ComponentTypeID
&41; const
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 |