Navigation
API > API/Runtime > API/Runtime/MovieScene
Enumeration specifying how to apply a complex filter for mutual inclusion
| Name | UE::MovieScene::EComplexInclusivityFilterMode |
| Type | enum |
| Header File | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneMutualComponentInclusivity.h |
| Include Path | #include "EntitySystem/MovieSceneMutualComponentInclusivity.h" |
Syntax
namespace UE
{
namespace MovieScene
{
enum EComplexInclusivityFilterMode
{
AllOf,
AnyOf,
}
}
}
Values
| Name | Remarks |
|---|---|
| AllOf | Specifies that all the components must be present for a mutal component to be included |
| AnyOf | Specifies that the mutal component should be included if any of the specified components are present |