Always snap to grid
UE3:AnimNodeRandom (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> AnimNode >> AnimNodeBlendBase >> AnimNodeBlendList >> AnimNodeRandom |
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
Properties[edit]
Property group 'AnimNodeRandom'[edit]
RandomInfo[edit]
Type: array<RandomAnimInfo>
Modifiers: editfixedsize, editinline
Internal variables[edit]
PendingChildIndex[edit]
Type: int
Modifiers: transient
PlayingSeqNode[edit]
Type: AnimNodeSequence
Modifiers: transient
Pointer to AnimNodeSequence currently playing random animation.
Default values[edit]
Property | Value |
---|---|
ActiveChildIndex | -1 |
Structs[edit]
RandomAnimInfo[edit]
Modifiers: native
- float Chance
- Chance this child will be selected
- byte LoopCountMin
- Minimum number of loops to play this animation
- byte LoopCountMax
- Maximum number of loops to play this animation
- float BlendInTime
- Blend in time for this child
- Object.Vector2D PlayRateRange
- Animation Play Rate Scale
- byte LoopCount
- Number of loops left to play for this round
Default values:
Property | Value | ||||||
---|---|---|---|---|---|---|---|
BlendInTime | 0.25 | ||||||
Chance | 1.0 | ||||||
LoopCountMax | 0 | ||||||
LoopCountMin | 0 | ||||||
PlayRateRange |
|