Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackMoveAxis.h |
Include |
#include "Matinee/InterpTrackMoveAxis.h" |
class UInterpTrackMoveAxis : public UInterpTrackFloatBase
Name | Description | ||
---|---|---|---|
|
LookupTrack |
Lookup track to use when looking at different groups for transform information |
|
|
TEnumAsByte< en... |
MoveAxis |
The axis which this track will use when transforming an actor |
Name | Description | |
---|---|---|
|
UInterpTrackMoveAxis ( |
Name | Description | ||
---|---|---|---|
|
ClearLookupKeyGroupName ( |
Clears the lookup group name for a movement track keyframe. |
|
|
float |
EvalValueAtTime ( |
|
|
GetKeyframeValue ( |
||
|
GetLookupKeyGroupName ( |
||
|
SetLookupKeyGroupName |
Sets the lookup group name for a movement track keyframe. |
Name | Description | ||
---|---|---|---|
|
AddKeyframe ( |
Adds a keyframe at the given time to the track. |
|
|
DuplicateKeyframe ( |
Duplicates the given key. |
|
|
UTexture2D &... |
GetTrackIcon() |
|
|
ReduceKeys ( |
Reduce Keys within Tolerance |
|
|
RemoveKeyframe ( |
Removes the given key from the array of keys in the track. |
|
|
SetKeyframeTime |
Changes the time of the given key with the new given time. |
|
|
UpdateKeyframe ( |
Changes the value of an existing keyframe. |
Name | Description | ||
---|---|---|---|
|
CreateNewKey ( |
Add a new key to the curve with the specified input. |
|
|
DeleteKey ( |
Remove the specified key from the curve. KeyIndex must be within range ie >=0 and < NumKeys. |
|
|
GetKeyColor |
Provides the color for the given key at the given sub-curve. |
|
|
GetSubCurveButtonColor |
Provides the color for the sub-curve button that is present on the curve tab. |
|
|
SetKeyIn ( |
Set the input value of the specified Key. |