Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
AnimNodeCrossfader This single node allows to crossfade between 2 animations through script control. A typical usage scenario would be to blend between 2 player idle animations. This blend requires 2 AnimNodeSequence as childs, you cannot connect 2 blends nor any other node types. Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object | +-- Engine.AnimNode | +-- Engine.AnimNodeBlendBase | +-- Engine.AnimNodeBlend | +-- Engine.AnimNodeCrossfader
Variables Summary | |
---|---|
bool | bDontBlendOutOneShot |
float | PendingBlendOutTimeOneShot |
AnimNodeCrossfader | |
name | DefaultAnimSeqName |
Inherited Variables from Engine.AnimNodeBlend |
---|
BlendTimeToGo, Child2Weight, Child2WeightTarget |
Inherited Variables from Engine.AnimNodeBlendBase |
---|
bFixNumChildren, Children |
Structures Summary |
---|
Inherited Structures from Engine.AnimNodeBlendBase |
---|
AnimBlendChild |
Functions Summary | ||
---|---|---|
![]() | BlendToLoopingAnim (name AnimSeqName, optional float BlendInTime, optional float Rate) | |
![]() | AnimNodeSequence | GetActiveChild () |
![]() | Name | GetAnimName () |
![]() | PlayOneShotAnim (name AnimSeqName, optional float BlendInTime, optional float BlendOutTime, optional bool bDontBlendOut, optional float Rate) |
Inherited Functions from Engine.AnimNodeBlend |
---|
SetBlendTarget |
Inherited Functions from Engine.AnimNodeBlendBase |
---|
PlayAnim, StopAnim |
Variables Detail |
---|
true if not blending out of the current one shot anim. Anim will just freeze at last frame
Blend Out time for current One Shot anim
default animation sequence played upon startup
Functions Detail |
---|
Blend to a looping animation.
@param AnimSeqName Name of animation sequence to play.
@param BlendInTime time to blend from current animation to this (new) one.
@param Rate Playing rate of animation.
Get active AnimNodeSequence child. To access animation properties and control functions.
@return AnimNodeSequence currently playing.
Get Animation Name currently playing
@return animation name currently being played.
Play a One Shot animation.
@param AnimSeqName Name of animation sequence to play
@param BlendInTime time to blend from current animation to this (new) one.
@param BlendOutTime time to blend from this animation (before it finishes playing) back to the previous one.
@param bDontBlendOut if true, animation will freeze at last frame, and not blend back to the old one.
@param Rate Playing rate of animation.
Defaultproperties |
---|
defaultproperties { Name="Default__AnimNodeCrossfader" ObjectArchetype=AnimNodeBlend'Engine.Default__AnimNodeBlend' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |