Procedural Dungeon ⏵ Dungeon Generator ⏵ Get Random Stream
Get Random Stream
Category: Dungeon Generator
Description
Access to the random stream of the procedural dungeon. You should always use this for the procedural generation.
Node
C++
const FRandomStream& GetRandomStream()
Inputs
Name | Type | Description |
---|---|---|
Target | Dungeon Generator Object Reference |
Outputs
Name | Type | Description |
---|---|---|
Return Value | Random Stream Structure (by ref) | The random stream used by the dungeon generator. |