I don't need to test my programs. I have an error-correcting modem.
UE3:InterpGroupInst (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> InterpGroupInst |
Contents
- Package:
- Engine
- Direct subclass:
- InterpGroupInstDirector
- This class in other games:
- UT3
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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.