UE3:InterpTrackVisibility (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
UDK Object >> InterpTrack >> InterpTrackVisibility
Package:
Engine

null

Properties

Property group 'InterpTrackVisibility'

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.

Default value: True

Internal variables

VisibilityTrack

Type: array<VisibilityTrackKey>

Array of events to fire off.

Default values

Property Value
TrackInstClass Class'Engine.InterpTrackInstVisibility'
TrackTitle "Visibility"

Enums

EVisibilityTrackAction

Visibility track actions

EVTA_Hide
Hides the object
EVTA_Show
Shows the object
EVTA_Toggle
Toggles visibility of the object

EVisibilityTrackCondition

Required condition for firing this event

EVTC_Always
Always play this event
EVTC_GoreEnabled
Only play this event when extreme content (gore) is enabled
EVTC_GoreDisabled
Only play this event when extreme content (gore) is disabled

Structs

VisibilityTrackKey

Modifiers: native

Information for one toggle in the track.

float Time
EVisibilityTrackAction Action
EVisibilityTrackCondition ActiveCondition
Condition that must be satisfied for this key event to fire