Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/EntitySystem > API/Runtime/MovieScene/EntitySystem/FEntityManager > API/Runtime/MovieScene/EntitySystem/FEntityManager/ContainsAnyComponent
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneEntityManager.h |
| Include | #include "EntitySystem/MovieSceneEntityManager.h" |
bool ContainsAnyComponent
&40;
std::initializer_list< FComponentTypeID > ComponentTypeIDs
&41; const
Remarks
Check whether any entity in this manager has any of the specified components true if any one of the specified components exist anywhere in this manager, false otherwise
Parameters
| Name | Description |
|---|---|
| ComponentTypeIDs | The types of the component that are being tested for |