FRandomStream::FRandomStream

Creates and initializes a new random stream from the specified name.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/RandomStream.h"

Syntax

FRandomStream
(
    FName InName
)

Remarks

Creates and initializes a new random stream from 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