I'm a doctor, not a mechanic

UE3:UTAnimNodeSequence (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> AnimNode >> AnimNodeSequence >> UTAnimNodeSequence
Package: 
UTGame
Direct subclass:
UTAnimNodeSeqWeap
This class in other games:
UDK

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

Properties[edit]

Property group 'UTAnimNodeSequence'[edit]

bAutoStart[edit]

Type: bool

If true, this node will automatically start playing

Internal variables[edit]

bLoopLastSequence[edit]

Type: bool

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

SeqStack[edit]

Type: array<name>

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

Functions[edit]

Native functions[edit]

PlayAnimation[edit]

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


PlayAnimationSet[edit]

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


Events[edit]

OnInit[edit]

event OnInit ()

Overrides: AnimNode.OnInit

Called from InitAnim. Allows initialisation of script-side properties of this node.