Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/EntitySystem > API/Runtime/MovieScene/EntitySystem/FEntityManager
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneEntityManager.h |
| Include | #include "EntitySystem/MovieSceneEntityManager.h" |
bool ContainsComponent
&40;
FComponentTypeID ComponentTypeID
&41; const
Remarks
Check whether any entity in this manager has the specified component true if the specified component exists anywhere, false otherwise
Parameters
| Name | Description |
|---|---|
| ComponentTypeID | The type of the component that is being tested for |