![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AnimNode_RandomPlayer.h>
Public Member Functions | |
| FRandomPlayerSequenceEntry () | |
Public Attributes | |
| TObjectPtr< UAnimSequenceBase > | Sequence |
| float | ChanceToPlay |
| int32 | MinLoopCount |
| int32 | MaxLoopCount |
| float | MinPlayRate |
| float | MaxPlayRate |
| FAlphaBlend | BlendIn |
The random player node holds a list of sequences and parameter ranges which will be played continuously In a random order. If shuffle mode is enabled then each entry will be played once before repeating any
|
inline |
| FAlphaBlend FRandomPlayerSequenceEntry::BlendIn |
Blending properties used when this entry is blending in ontop of another entry
| float FRandomPlayerSequenceEntry::ChanceToPlay |
When not in shuffle mode, this is the chance this entry will play (normalized against all other sample chances)
| int32 FRandomPlayerSequenceEntry::MaxLoopCount |
Maximum number of times this entry will loop before ending
| float FRandomPlayerSequenceEntry::MaxPlayRate |
Maximum playrate for this entry
| int32 FRandomPlayerSequenceEntry::MinLoopCount |
Minimum number of times this entry will loop before ending
| float FRandomPlayerSequenceEntry::MinPlayRate |
Minimum playrate for this entry
| TObjectPtr<UAnimSequenceBase> FRandomPlayerSequenceEntry::Sequence |
Sequence to play when this entry is picked