I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
Difference between revisions of "UE3:InterpTrackEvent (UDK)"
From Unreal Wiki, The Unreal Engine Documentation Site
(Talk) |
m (1 revision: class descriptions for UDK January update (part 2)) |
||
Line 1: | Line 1: | ||
− | {{ | + | {{UE3:InterpTrackEvent (UT3)}} |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Latest revision as of 05:40, 17 January 2010
Object >> InterpTrack >> InterpTrackEvent |
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]
Property group 'InterpTrackEvent'[edit]
bFireEventsWhenBackwards[edit]
Type: bool
If events should be fired when passed playing the sequence backwards.
Default value: True
bFireEventsWhenForwards[edit]
Type: bool
If events should be fired when passed playing the sequence forwards.
Default value: True
bFireEventsWhenJumpingForwards[edit]
Type: bool
If true, events on this track are fired even when jumping forwads through a sequence - for example, skipping a cinematic.
Internal variables[edit]
EventTrack[edit]
Type: array<EventTrackKey>
Array of events to fire off.
Default values[edit]
Property | Value |
---|---|
TrackInstClass | Class'Engine.InterpTrackInstEvent' |
TrackTitle | "Event" |
Structs[edit]
EventTrackKey[edit]
Modifiers: native
Information for one event in the track.