FRandomStream::Initialize

Initializes this random stream using the specified name.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/RandomStream.h"

Syntax

void Initialize
(
    FName InName
)

Remarks

Initializes this random stream using the specified name.

If NAME_None is provided, the stream will be seeded using the current time.

Parameters

Parameter

Description

InName

The name value from which the stream will be initialized.

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