Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FMutualInclusivityGraphCommandBu-
A single command within a command buffer (FMutualInclusivityGraphCommandBuffer) that either matches or includes a component type ID
| Name | FCommand |
| Type | struct |
| Header File | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneMutualComponentInclusivity.h |
| Include Path | #include "EntitySystem/MovieSceneMutualComponentInclusivity.h" |
Syntax
struct FCommand
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCommand
(
FSimpleCommand InSimple |
EntitySystem/MovieSceneMutualComponentInclusivity.h | ||
FCommand
(
FTypeCommand InType |
EntitySystem/MovieSceneMutualComponentInclusivity.h | ||
FCommand
(
FShortCircuitCommand InShortCircuit |
EntitySystem/MovieSceneMutualComponentInclusivity.h | ||
FCommand
(
FIncludeCommand InInclude |
EntitySystem/MovieSceneMutualComponentInclusivity.h | ||
FCommand
(
FInitializeCommand InInitialize |
EntitySystem/MovieSceneMutualComponentInclusivity.h | ||
FCommand
(
FMatchCommand InMatch, |
EntitySystem/MovieSceneMutualComponentInclusivity.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CommandType | ECommandType | The type of the command: either a match or include | EntitySystem/MovieSceneMutualComponentInclusivity.h | |
| FCommand | union UE::MovieScene::FMutualInclusivityGraphCommandBuffer::FCommand | EntitySystem/MovieSceneMutualComponentInclusivity.h | ||
| Include | FIncludeCommand | EntitySystem/MovieSceneMutualComponentInclusivity.h | ||
| Initialize | FInitializeCommand | EntitySystem/MovieSceneMutualComponentInclusivity.h | ||
| Match | FMatchCommand | EntitySystem/MovieSceneMutualComponentInclusivity.h | ||
| ShortCircuit | FShortCircuitCommand | EntitySystem/MovieSceneMutualComponentInclusivity.h | ||
| Simple | FSimpleCommand | EntitySystem/MovieSceneMutualComponentInclusivity.h | ||
| Type | FTypeCommand | EntitySystem/MovieSceneMutualComponentInclusivity.h |