UImportanceSamplingLibrary::NextSobolFloat

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/ImportanceSamplingLibrary.h

Include

#include "Kismet/ImportanceSamplingLibrary.h"

Source

/Engine/Source/Runtime/Engine/Private/Kismet/ImportanceSamplingLibrary.cpp

Syntax

static float NextSobolFloat
(
    int32 Index,
    int32 Dimension,
    float PreviousValue
)

Returns

Sobol-distributed random number between 0 and 1

Parameters

Parameter

Description

Index

Which sequential point

Dimension

Which Sobol dimension (0 to 15)

PreviousValue

The Sobol value for Index-1

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss