Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Engine.MatAction

Extends
MatObject
Modifiers
abstract native

Core.Object
|   
+-- Engine.MatObject
   |   
   +-- Engine.MatAction

Direct Known Subclasses:

ActionMoveCamera, ActionPause

Constants Summary
Inherited Contants from Core.Object
DegreesToRadians, DegreesToRotationUnits, MaxFlt, MaxInt, MAXSEED, NoLabel, NoState, Pi, RadiansToDegrees, RF_NotifyStateChange, RotationUnitsToDegrees

Variables Summary
floatPathLength
floatPctDuration
floatPctEnding
floatPctStarting
array<vector>SampleLocations
MatAction
stringComment
interpolationpointIntPoint
Path
boolbConstantPathVelocity
boolbSmoothCorner
vectorEndControlPoint
floatPathVelocity
vectorStartControlPoint
Sub
array<MatSubAction>SubActions
Time
floatDuration
Inherited Variables from Core.Object
Class, Name, ObjectFlags, ObjectInternal[6], Outer

Enumerations Summary
Inherited Enumerations from Core.Object
EAlignment, ECamOrientation, ESheerAxis

Structures Summary
Inherited Structures from Engine.MatObject
Orientation
Inherited Structures from Core.Object
Alignment, BoundingVolume, Box, Color, ComponentHandle, Coords, Dimension, Guid, Matrix, NotifyInfo, ParticleHandle, Plane, Point, Range, RangeVector, Rectangle, Rotator, Scale, Vector

Functions Summary
Inherited Functions from Engine.MatObject
Cleanup
Inherited Functions from Core.Object
!, !=, $, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, ?, @, @=, Ablend, AblendR, Abs, Acos, AddFlagSafe, AddTimer, AddTimerS, Asc, Asin, Atan, Atan2, BeginState, Blend, BlendR, CallFunction, CallFunctionS, CanGetProperty, CanSetProperty, Caps, Chr, Clamp, ClassIsChildOf, Constructed, Cos, Cross, DefinesFunction, DefinesFunctionS, Delete, Disable, Dot, DumpProbes, DynamicLoadObject, Enable, EndState, EnumStr, Exp, FClamp, FDecision, FileSize, FindObject, FMax, FMin, FRand, GetAxes, GetContext, GetEnum, GetLanguage, GetPropertyText, GetRand, GetStateName, GetUnAxes, GetWhiteColor, GotoLabel, GotoState, InStr, Invert, IsA, IsInState, IsProbing, Left, Len, Lerp, LineLineIntersection, Localize, Locs, Log, Loge, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, NotifyStateChange, ObjListMemStats, OrthoRotation, ProgressSeed, Quotes, Rand, RandomSpreadVector, RandRange, RemoveAllTimers, RemoveFlagSafe, RemoveTimer, RemoveTimerS, ResetConfig, ResetLoaders, Right, RMax, RMin, RotateAngleAxis, RotRand, Round, RSize, SaveConfig, SetProbing, SetPropertyText, SetPropertyTextDefault, Sin, Smerp, SMod, Split, Sqrt, Square, StaticCallFunction, StaticCallFunctionS, StaticDefinesFunction, StaticDefinesFunctionS, StaticSaveConfig, StrArray, StringToName, Tan, TimeRemaining, TimeRemainingS, TraceMessage, VRand, VSize, VSize2D, VSizeSq, VSizeSq2D, Warn, ^, ^^, |, ||, ~, ~=


Variables Detail

PathLength Source code

var float PathLength;

PctDuration Source code

var float PctDuration;

PctEnding Source code

var float PctEnding;

PctStarting Source code

var float PctStarting;

SampleLocations Source code

var array<vector> SampleLocations;

MatAction

Comment Source code

var(MatAction) string Comment;

IntPoint Source code

var(MatAction) interpolationpoint IntPoint;

Path

bConstantPathVelocity Source code

var(Path) bool bConstantPathVelocity;

bSmoothCorner Source code

var(Path) bool bSmoothCorner;

EndControlPoint Source code

var(Path) vector EndControlPoint;

PathVelocity Source code

var(Path) float PathVelocity;

StartControlPoint Source code

var(Path) vector StartControlPoint;

Sub

SubActions Source code

var(Sub) export editinline array<MatSubAction> SubActions;

Time

Duration Source code

var(Time) float Duration;


Defaultproperties

defaultproperties
{
	bSmoothCorner=true
	StartControlPoint=(X=800.000000,Y=800.000000)
	EndControlPoint=(X=-800.000000,Y=-800.000000)
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 3-1-2016 10:48:30.886 - Created with UnCodeX