Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionFloatUniform.h |
Include |
#include "Distributions/DistributionFloatUniform.h" |
class UDistributionFloatUniform : public UDistributionFloat
Name | Description | ||
---|---|---|---|
|
float |
Max |
High end of output float distribution. |
|
float |
Min |
Low end of output float distribution. |
Name | Description | |
---|---|---|
|
UDistributionFloatUniform ( |
Name | Description | ||
---|---|---|---|
|
ERawDistribu... |
GetOperation() |
Return the operation used at runtime to calculate the final value |
|
float |
GetValue ( |
|
|
InitializeRawEntry ( |
Fill out an array of floats and return the number of elements in the entry |
Name | Description | ||
---|---|---|---|
|
PostInitProperties() |
Called after the C++ constructor and after the properties have been initialized, including those loaded from config. |
|
|
PostLoad() |
Do any object-specific cleanup required immediately after loading an object. |
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. |
|
|
GetSubCurveButtonColor |
Provides the color for the sub-curve button that is present on the curve tab. |
|
|
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. |