I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE3:InterpGroupInst (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 06:12, 17 January 2010 by (Talk)

Jump to: navigation, search
UDK Object >> InterpGroupInst
Package: 
Engine
Direct subclass:
InterpGroupInstDirector
This class in other games:
UT3

null

Properties

Group

Type: InterpGroup

InterpGroup within the InterpData that this is an instance of.

GroupActor

Type: Actor

Actor that this Group instance is acting upon. NB: that this may be set to NULL at any time as a result of the Actor being destroyed.

TrackInst

Type: array<InterpTrackInst>

Array if InterpTrack instances. TrackInst.Num() == InterpGroup.InterpTrack.Num() must be true.