Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/EntitySystem > API/Runtime/MovieScene/EntitySystem/FEntityManager
| Type | Name | Description | |
|---|---|---|---|
| bool | ContainsAnyComponent
(
std::initializer_list< FComponentTypeID > ComponentTypeIDs |
Check whether any entity in this manager has any of the specified components | |
| bool | ContainsAnyComponent
(
const FComponentMask& ComponentTypeIDs |
Check whether any entity in this manager has any of the specified components |