Cogito, ergo sum
UE2:MatAction (U2XMP)
- Package:
- Engine
- Direct subclasses:
- ActionMoveCamera, ActionPause
- This class in other games:
- UT2003, U2, UE2Runtime, UT2004
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. |
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>