Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/FSobol > API/Runtime/Core/Math/FSobol/Evaluate
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Sobol.h |
| Include | #include "Math/Sobol.h" |
| Source | /Engine/Source/Runtime/Core/Private/Math/Sobol.cpp |
static FVector Evaluate
(
int32 Index,
int32 CellBits,
FIntVector Cell,
FIntVector Seed
)
Remarks
Evaluate Sobol number from within a 3D cell at given index The Sobol result given Index
Parameters
| Name | Description |
|---|---|
| Index | The index to evaluate. |
| Cell | Integer cell coordinates. |
| CellBits | Number of bits in cell coordinates. |
| Seed | A seed for shuffling values (0-1) |