Mostly Harmless
UE3:UTAnimBlendByFlying (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> AnimObject >> AnimNode >> AnimNodeBlendBase >> AnimNodeBlendList >> UTAnimBlendBase >> UTAnimBlendByFlying |
Contents
- Package:
- UTGame
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. |
Properties[edit]
Property group 'UTAnimBlendByFlying'[edit]
EndingAnimName[edit]
Type: name
Does this pawn have a special end anim to play
Default value: 'Wings_Close'
StartingAnimName[edit]
Type: name
Does this pawn have a special start anim to play
Default value: 'Wings_Open'
Internal variables[edit]
bHasEndingAnim[edit]
Type: bool
bHasStartingAnim[edit]
Type: bool
FlyingDir[edit]
Type: AnimNodeAimOffset
Access to the aim offset controlling flight direction
FlyingMode[edit]
Type: UTAnimBlendBase
Access to the state of the flying animation
FlyingState[edit]
Type: EFlyingState
Modifiers: const
Pawn[edit]
Type: UTPawn
Access to the flying pawn
Default values[edit]
Property | Value | ||||||
---|---|---|---|---|---|---|---|
bFixNumChildren | True | ||||||
Children[0] |
|
||||||
Children[1] |
|
Enums[edit]
EFlyingState[edit]
- Flying_NotFlying
- Flying_OpeningWings
- Flying_Flying
- Flying_ClosingWings
Native functions[edit]
UpdateFlyingState[edit]
native function UpdateFlyingState ()
Force an update of the flying state now.