Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionFloatConstantCurve.h |
Include |
#include "Distributions/DistributionFloatConstantCurve.h" |
class UDistributionFloatConstantCurve : public UDistributionFloat
Name | Description | ||
---|---|---|---|
|
ConstantCurve |
Keyframe data for how output constant varies over time. |
Name | Description | |
---|---|---|
|
UDistributionFloatConstantCurve ( |
Name | Description | ||
---|---|---|---|
|
float |
GetValue ( |
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. |
|
|
GetKeyColor |
Provides the color for the given key at the given sub-curve. |
|
|
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. |