I'm a doctor, not a mechanic

UE3:InterpTrackToggle (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT3 Object >> InterpTrack >> InterpTrackToggle
Package: 
Engine
This class in other games:
UDK

null

Properties

Property group 'InterpTrackToggle'

bActivateSystemEachUpdate

Type: bool

If true, the track will call ActivateSystem on the emitter each update (the old 'incorrect' behavior). If false (the default), the System will only be activated if it was previously inactive.

bFireEventsWhenJumpingForwards

Type: bool

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

Default value: True

Internal variables

ToggleTrack

Type: array<ToggleTrackKey>

Array of events to fire off.

Default values

Property Value
TrackInstClass Class'Engine.InterpTrackInstToggle'
TrackTitle "Toggle"

Enums

ETrackToggleAction

Enumeration indicating toggle action

ETTA_Off 
ETTA_On 
ETTA_Toggle 

Structs

ToggleTrackKey

Modifiers: native

Information for one toggle in the track.

float Time 
ETrackToggleAction ToggleAction