#include <DistributionVector.h>
|
| ENGINE_API bool | IsCreated () |
| |
| | FRawDistributionVector () |
| |
| ENGINE_API const FRawDistribution * | GetFastRawDistribution () |
| |
| ENGINE_API FVector | GetValue (float F=0.0f, UObject *Data=NULL, int32 LastExtreme=0, struct FRandomStream *InRandomStream=NULL) |
| |
| ENGINE_API void | GetOutRange (float &MinOut, float &MaxOut) |
| |
| ENGINE_API void | GetRange (FVector &MinOut, FVector &MaxOut) |
| |
| bool | IsUniform () |
| |
| ENGINE_API void | InitLookupTable () |
| |
| bool | HasLookupTable (bool bInitializeIfNeeded=true) |
| |
| bool | OkForParallel () |
| |
| | FRawDistribution () |
| |
| ENGINE_API bool | Serialize (FArchive &Ar) |
| |
| ENGINE_API void | GetValue (float Time, float *Value, int32 NumCoords, int32 Extreme, struct FRandomStream *InRandomStream) const |
| |
| ENGINE_API void | GetValue1 (float Time, float *Value, int32 Extreme, struct FRandomStream *InRandomStream) const |
| |
| ENGINE_API void | GetValue3 (float Time, float *Value, int32 Extreme, struct FRandomStream *InRandomStream) const |
| |
| void | GetValue1None (float Time, float *InValue) const |
| |
| void | GetValue3None (float Time, float *InValue) const |
| |
| ENGINE_API void | GetValue1Extreme (float Time, float *Value, int32 Extreme, struct FRandomStream *InRandomStream) const |
| |
| ENGINE_API void | GetValue3Extreme (float Time, float *Value, int32 Extreme, struct FRandomStream *InRandomStream) const |
| |
| ENGINE_API void | GetValue1Random (float Time, float *Value, struct FRandomStream *InRandomStream) const |
| |
| ENGINE_API void | GetValue3Random (float Time, float *Value, struct FRandomStream *InRandomStream) const |
| |
| bool | IsSimple () |
| |
◆ FRawDistributionVector()
| FRawDistributionVector::FRawDistributionVector |
( |
| ) |
|
|
inline |
◆ GetFastRawDistribution()
◆ GetOutRange()
| void FRawDistributionVector::GetOutRange |
( |
float & |
MinOut, |
|
|
float & |
MaxOut |
|
) |
| |
Get the min and max values
◆ GetRange()
Get the min and max values
◆ GetValue()
Get the value at the specified F
◆ HasLookupTable()
| bool FRawDistributionVector::HasLookupTable |
( |
bool |
bInitializeIfNeeded = true | ) |
|
|
inline |
◆ InitLookupTable()
| void FRawDistributionVector::InitLookupTable |
( |
| ) |
|
◆ IsCreated()
| bool FRawDistributionVector::IsCreated |
( |
| ) |
|
Whether the distribution data has been cooked or the object itself is available
◆ IsUniform()
| bool FRawDistributionVector::IsUniform |
( |
| ) |
|
|
inline |
Is this distribution a uniform type? (ie, does it have two values per entry?)
◆ OkForParallel()
| bool FRawDistributionVector::OkForParallel |
( |
| ) |
|
|
inline |
◆ Distribution
The documentation for this struct was generated from the following files: