I don't need to test my programs. I have an error-correcting modem.
UE3:UTAnimBlendByFall (UT3)
Object >> AnimNode >> AnimNodeBlendBase >> AnimNodeBlendList >> UTAnimBlendBase >> UTAnimBlendByFall |
Contents
- Package:
- UTGame
- Direct subclass:
- UTAnimBlendByHoverJump
- This class in other games:
- UDK
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 'UTAnimBlendByFall'[edit]
bIgnoreDoubleJumps[edit]
Type: bool
If TRUE, double jump versions of the inputs will be ignored.
PreLandStartUprightTime[edit]
Type: float
Time before landing we should start becoming upright again.
PreLandTime[edit]
Type: float
Time before predicted landing to trigger pre-land animation.
ToDblJumpUprightTime[edit]
Type: float
Time to become upright when executing double jump.
Internal variables[edit]
bDidDoubleJump[edit]
Type: bool
Modifiers: transient
True if a double jump was performed and we should use the DblJump states.
bDodgeFall[edit]
Type: bool
This fall is used for dodging. When it's true, the Falling node progress through it's states in an alternate manner
CachedLeanNode[edit]
Type: UTAnimNodeJumpLeanOffset
Modifiers: const
Cached pointer to parent leaning node.
FallState[edit]
Type: EBlendFallTypes
Modifiers: const
The current state this node believes the pawn to be in
Default value: FBT_None
LastFallingVelocity[edit]
Type: float
Modifiers: const
Set internally, this variable holds the size of the velocity at the last tick
Default values[edit]
Property | Value | ||||||
---|---|---|---|---|---|---|---|
bFixNumChildren | True | ||||||
Children[0] |
|
||||||
Children[1] |
|
||||||
Children[2] |
|
||||||
Children[3] |
|
||||||
Children[4] |
|
||||||
Children[5] |
|
||||||
Children[6] |
|
||||||
Children[7] |
|
Enums[edit]
EBlendFallTypes[edit]
- FBT_Up
- jump
- FBT_Down
- FBT_PreLand
- FBT_Land
- FBT_DblJumpUp
- FBT_DblJumpDown
- FBT_DblJumpPreLand
- FBT_DblJumpLand
- FBT_None