FRandomStream::Initialize

Initializes this random stream with the specified seed value.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/RandomStream.h

Include

#include "Math/RandomStream.h"

Syntax

void Initialize
(
    int32 InSeed
)

Remarks

Initializes this random stream with the specified seed value.

Parameters

Parameter

Description

InSeed

The seed value.

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