Choose your operating system:
Windows
macOS
Linux
| FRawDistribution
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Public/Distributions.h |
Include |
#include "Distributions.h" |
struct FRawDistribution
Raw distribution used to quickly sample distributions at runtime.
Name | Description | ||
---|---|---|---|
|
LookupTable |
Lookup table of values |
Name | Description | |
---|---|---|
|
FRawDistribution() |
Default constructor. |
Name | Description | ||
---|---|---|---|
|
GetValue ( |
Calcuate the float or vector value at the given time |
|
|
GetValue1 ( |
Prebaked versions of these |
|
|
GetValue1Extreme ( |
||
|
GetValue1None ( |
||
|
GetValue1Random ( |
||
|
GetValue3 ( |
||
|
GetValue3Extreme ( |
||
|
GetValue3None ( |
||
|
GetValue3Random ( |
||
|
IsSimple() |
||
|
Serialize ( |
Serialization. |
|
|
UObject *... |
TryGetDistributionObjectFromRawDistributionProperty ( |
Return the UDistribution* variable if the given StructProperty points to a FRawDistribution* struct |