Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackFloatBase.h |
Include |
#include "Matinee/InterpTrackFloatBase.h" |
class UInterpTrackFloatBase : public UInterpTrack
Name | Description | ||
---|---|---|---|
|
float |
CurveTension |
Tension of curve, used for keypoints using automatic tangents. |
|
FloatTrack |
Actually track data containing keyframes of float as it varies over time. |
Name | Description | |
---|---|---|
|
UInterpTrackFloatBase ( |
Name | Description | ||
---|---|---|---|
|
DuplicateKeyframe ( |
Duplicates the given key. |
|
|
GetClosestSnapPosition |
Gets the position of the closest key with snapping incorporated. |
|
|
GetKeyframeColor ( |
||
|
GetKeyframeIndex ( |
Get the index of the keyframe with the given time. |
|
|
float |
GetKeyframeTime ( |
Get the time of the keyframe with the given index. |
|
GetNumKeyframes() |
||
|
GetTimeRange ( |
Gathers the range that spans all keyframes. |
|
|
float |
GetTrackEndTime() |
|
|
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. |
Name | Description | ||
---|---|---|---|
|
PostEditChangeProperty ( |
Called when a property on this object has been modified externally |
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. |
|
|
float |
EvalSub ( |
Evaluate a subcurve at an arbitary point. |
|
GetInRange ( |
Get input range of keys. Outside this region curve continues constantly the start/end values. |
|
|
float |
GetKeyIn ( |
Get the input value for the Key with the specified index. |
|
EInterpCurve... |
GetKeyInterpMode ( |
Get the interpolation mode of the specified keyframe. |
|
float |
GetKeyOut |
Get the output value for the key with the specified index on the specified sub-curve. |
|
GetNumKeys() |
Get number of keyframes in curve. |
|
|
GetNumSubCurves() |
Get number of 'sub curves' in this Curve. |
|
|
GetOutRange ( |
Get overall range of output values. |
|
|
GetTangents |
Get the incoming and outgoing tangent for the given subcurve and key. |
|
|
SetKeyIn ( |
Set the input value of the specified Key. |
|
|
SetKeyInterpMode ( |
Set the method to use for interpolating between the give keyframe and the next one. |
|
|
SetKeyOut |
Set the output values of the specified key. |
|
|
SetTangents |
Set the incoming and outgoing tangent for the given subcurve and key. |