![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Go to the source code of this file.
Classes | |
| struct | FDistributionLookupTable |
| struct | FRawDistribution |
| class | FFloatDistribution |
| class | FVectorDistribution |
| class | FVector4Distribution |
| class | FComposableDistribution |
| class | FComposableFloatDistribution |
| class | FComposableVectorDistribution |
Macros | |
| #define | checkDistribution check |
| #define | DIST_GET_RANDOM_VALUE(RandStream) ((RandStream == NULL) ? FMath::SRand() : RandStream->GetFraction()) |
Enumerations | |
| enum | ERawDistributionOperation { RDO_Uninitialized , RDO_None , RDO_Random , RDO_Extreme } |
| #define DIST_GET_RANDOM_VALUE | ( | RandStream | ) | ((RandStream == NULL) ? FMath::SRand() : RandStream->GetFraction()) |