Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/FRandomStream > API/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;
FName InName
&41;
Remarks
Initializes this random stream using the specified name.
If NAME_None is provided, the stream will be seeded using the current time.
Parameters
| Name | Description |
|---|---|
| InName | The name value from which the stream will be initialized. |