Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/EntitySystem
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneMutualComponentInclusivity.h |
| Include | #include "EntitySystem/MovieSceneMutualComponentInclusivity.h" |
Syntax
struct FMutualInclusivityGraphCommandBuffer
Remarks
Command buffer used for computing mutually inclusive components based on a complex set of rules and dependencies
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Check this buffer's invariants are satisfied | ||
| int32 | ComputeMutuallyInclusiveComponents
(
EMutuallyInclusiveComponentType TypesToCompute, |
Populate a component mask with all the necessary mutually inclusive components given an input type. |
Enums
| Type | Name | Description | |
|---|---|---|---|
| ECommandType |