UE3:InterpGroupInst (UDK): Difference between revisions

From Unreal Wiki, The Unreal Engine Documentation Site
No edit summary
 
m 1 revision: class descriptions for UDK January update (part 2)
 
Line 1: Line 1:
{{infobox class
{{UE3:InterpGroupInst (UT3)}}
| package = Engine
| parent1 = Object
}}
{{autogenerated}}
null
 
==Properties==
====Group====
'''Type:''' {{cl|InterpGroup}}
 
<!-- enter variable description -->
 
====GroupActor====
'''Type:''' {{cl|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]]<{{cl|InterpTrackInst}}>
 
Array if InterpTrack instances. TrackInst.Num() == InterpGroup.InterpTrack.Num() must be true.

Latest revision as of 05:40, 17 January 2010

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

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.