Navigation
Unreal Engine C++ API Reference > Runtime > Core > Math > FRandomStream > Initialize
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/RandomStream.h |
Include | #include "Math/RandomStream.h" |
void Initialize
&40;
int32 InSeed
&41;
Remarks
Initializes this random stream with the specified seed value.
Parameters
Name | Description |
---|---|
InSeed | The seed value. |