Gah - a solution with more questions. – EntropicLqd

UE2:MatSubAction (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE2:ESAStatus (UT2004))
Jump to: navigation, search
UT2004 Object >> MatObject >> MatSubAction
Package: 
Engine
Direct subclasses:
SubActionCameraEffect, SubActionCameraShake, SubActionFOV, SubActionFade, SubActionGameSpeed, SubActionOrientation, SubActionSceneSpeed, SubActionSubTitle, SubActionTrigger
This class in other games:
UE2Runtime, UT2003, U2XMP, U2

MatSubAction: Base class for Matinee sub actions.

A Matinee action can have any number of sub actions. These sub actions are executed while the main action is running.

Properties[edit]

Property group 'Time'[edit]

Delay[edit]

Type: float

Seconds before it actually executes

Duration[edit]

Type: float

How many seconds it should take to complete

Internal variables[edit]

Desc[edit]

Type: string

Modifiers: localized

Desc used by the editor and engine stats

Default value: "N/A"

Icon[edit]

Type: Texture

The icon to use in the matinee UI

PctDuration[edit]

Type: float

Modifiers: transient


PctEnding[edit]

Type: float

Modifiers: transient


PctStarting[edit]

Type: float

Modifiers: transient


Status[edit]

Type: ESAStatus

The status of this subaction

Enums[edit]

ESAStatus[edit]

SASTATUS_Waiting 
Waiting to execute
SASTATUS_Running 
Is currently executing
SASTATUS_Ending 
Is one tick away from expiring
SASTATUS_Expired 
Has executed and finished (ignore for rest of scene)