UE2:MatAction (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to navigation Jump to search
U2XMP Object >> MatObject >> MatAction
Package: 
Engine

MatAction: Base class for Matinee actions.

Properties

Property group 'MatAction'

Comment

Type: string

User can enter a comment here that will appear on the GUI viewport

IntPoint

Type: InterpolationPoint

The interpolation point that we want to move to/wait at.

Property group 'Path'

bConstantPathVelocity

Type: bool


bSmoothCorner

Type: bool

true by default - when one control point is adjusted, other is moved to keep tangents the same

Default value: True

EndControlPoint

Type: Object.Vector

Offset from the interpolation point we're moving to (InPointName)

Default value:

Member Value
X -800.0
Y -800.0

PathVelocity

Type: float


StartControlPoint

Type: Object.Vector

Offset from the current interpolation point

Default value:

Member Value
X 800.0
Y 800.0

Property group 'Sub'

SubActions

Type: array<MatSubAction>

Modifiers: export, editinline

Sub actions are actions to perform while the main action is happening

Property group 'Time'

Duration

Type: float

How many seconds this action should take

Internal variables

PathLength

Type: float


PctDuration

Type: float


PctEnding

Type: float


PctStarting

Type: float


SampleLocations

Type: array<Object.Vector>