Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > EntitySystem > TFilteredEntityTask
Type | Name | Description | |
---|---|---|---|
![]() |
TFilteredEntityTask< T... > & | FilterOut
(
const FComponentMask& InComponentMask |
Constrain this task to only run for entities that do not have the specific combination of components or tags |
![]() |
TFilteredEntityTask< T... > & | FilterOut
(
std::initializer_list< FComponentTypeID > InComponentTypes |
Constrain this task to only run for entities that do not have the specific combination of components or tags |