Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/AnimGraphRuntime/Public/AnimNodes/AnimNode_RandomPlayer.h |
Include |
#include "AnimNodes/AnimNode_RandomPlayer.h" |
struct FRandomAnimPlayData
Name | Description | ||
---|---|---|---|
|
float |
BlendWeight |
Current blend weight. |
|
float |
CurrentPlayTime |
The time at which the animation is currently playing. |
|
DeltaTimeRecord |
Delta time record for this play through. |
|
|
Entry |
Index into the real sequence entry list, not the valid entry list. |
|
|
MarkerTickRecord |
Marker tick record for this play through. |
|
|
float |
PlayRate |
Calculated play rate. |
|
float |
PlayStartTime |
The time at which the animation started playing. |
|
RemainingLoops |
Calculated loops remaining. |