I love the smell of UnrealEd crashing in the morning. – tarquin

UE2:MatSubAction (UE2Runtime)

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

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

Property group 'Time'

Delay

Type: float

Seconds before it actually executes

Duration

Type: float

How many seconds it should take to complete

Internal variables

Desc

Type: string

Modifiers: localized

Desc used by the editor and engine stats

Default value: "N/A"

Icon

Type: Texture

The icon to use in the matinee UI

PctDuration

Type: float

Modifiers: transient


PctEnding

Type: float

Modifiers: transient


PctStarting

Type: float

Modifiers: transient


Status

Type: ESAStatus

The status of this subaction

Enums

ESAStatus

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)