Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE3:InterpTrackEvent (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> InterpTrack >> InterpTrackEvent
Package: 
Engine
This class in other games:
UT3

null

Properties

Property group 'InterpTrackEvent'

bFireEventsWhenBackwards

Type: bool

If events should be fired when passed playing the sequence backwards.

Default value: True

bFireEventsWhenForwards

Type: bool

If events should be fired when passed playing the sequence forwards.

Default value: True

bFireEventsWhenJumpingForwards

Type: bool

If true, events on this track are fired even when jumping forwads through a sequence - for example, skipping a cinematic.

Internal variables

EventTrack

Type: array<EventTrackKey>

Array of events to fire off.

Default values

Property Value
TrackInstClass Class'Engine.InterpTrackInstEvent'
TrackTitle "Event"

Structs

EventTrackKey

Modifiers: native

Information for one event in the track.

float Time 
name EventName