Navigation
API > API/Plugins > API/Plugins/ContextualAnimation
References
Module | ContextualAnimation |
Header | /Engine/Plugins/Experimental/Animation/ContextualAnimation/Source/ContextualAnimation/Public/ContextualAnimSceneAsset.h |
Include | #include "ContextualAnimSceneAsset.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FContextualAnimSet
Remarks
Contains AnimTracks for each role in the interaction. Example: An specific set for a interaction with a car would have two tracks, one with the animation for the character and another one with the animation for the car. It is common to have variations of the same action with different animations. We could have one AnimSet with the animations for getting into the car from the driver side and another for getting into the car from the passenger side.
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
float | RandomWeight | Used by the selection mechanism to 'break the tie' when multiple Sets can be selected |
![]() ![]() ![]() |
TArray< FContextualAnimTrack > | Tracks | List of tracks with animation (and relevant data specific to that animation) for each role |
![]() ![]() ![]() |
TMap< FName, FTransform > | WarpPoints | Map of WarpTargetNames and Transforms for this set. |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
int32 |