Navigation
API > API/Plugins > API/Plugins/ContextualAnimation
References
| Module | ContextualAnimation |
| Header | /Engine/Plugins/Experimental/Animation/ContextualAnimation/Source/ContextualAnimation/Public/ContextualAnimTypes.h |
| Include | #include "ContextualAnimTypes.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FContextualAnimStartSceneParams
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | AnimSetIdx | Desired set. | |
| TMap< FName, FContextualAnimSceneBindingContext > | RoleToActorMap | Map with actors to bind to each role in the scene | |
| int32 | SectionIdx | Desired section. If INDEX_NONE the Manager will use or find best set in the first section. | |
| TArray< FContextualAnimWarpPoint > | WarpPoints | Precomputed warp points that could be provided when starting a scene. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Reset () |