I don't need to test my programs. I have an error-correcting modem.

UE3:UTAnimNodeSequence (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UDK Object >> AnimObject >> AnimNode >> AnimNodeSequence >> UTAnimNodeSequence

Contents

Package: 
UTGame
Direct subclass:
UTAnimNodeSeqWeap
This class in other games:
UT3


[edit] Properties

[edit] Property group 'UTAnimNodeSequence'

[edit] bAutoStart

Type: bool

If true, this node will automatically start playing

[edit] Internal variables

[edit] bLoopLastSequence

Type: bool

If true, when the last sequence in the stack is reached, it will be looped

[edit] SeqStack

Type: array<name>

When a given sequence is finished, it will continue to select new sequences from this list

[edit] Functions

[edit] Native functions

[edit] PlayAnimation

native function PlayAnimation (name Sequence, float SeqRate, bool bSeqLoop)


[edit] PlayAnimationSet

native function PlayAnimationSet (array<nameSequences, float SeqRate, bool bLoopLast)


[edit] Events

[edit] OnInit

event OnInit ()

Overrides: AnimNode.OnInit