Navigation
API > API/Plugins > API/Plugins/AnimNextAnimGraph > API/Plugins/AnimNextAnimGraph/PlayAnim
References
| Module | AnimNextAnimGraph |
| Header | /Engine/Plugins/Experimental/AnimNextAnimGraph/Source/AnimNextAnimGraph/Public/PlayAnim/PlayAnimRequest.h |
| Include | #include "PlayAnim/PlayAnimRequest.h" |
Syntax
USTRUCT (BlueprintType )
struct FAnimNextPlayAnimPayload
Remarks
PlayAnim payload
Encapsulates the data interface used to play a simple animation
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UAnimSequence > | AnimationObject | The animation object to play with this request. | |
| bool | IsLooping | Whether to loop the animation. | |
| double | PlayRate | The play rate of the request. | |
| double | StartPosition | The timeline start position of the request. |