Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

Difference between revisions of "UE3:InterpGroupInst (UDK)"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Talk)
m (1 revision: class descriptions for UDK January update (part 2))
 
(No difference)

Latest revision as of 05:40, 17 January 2010

UDK Object >> InterpGroupInst
Package: 
Engine
Direct subclass:
InterpGroupInstDirector
This class in other games:
UT3

null

Properties[edit]

Group[edit]

Type: InterpGroup

InterpGroup within the InterpData that this is an instance of.

GroupActor[edit]

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[edit]

Type: array<InterpTrackInst>

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