Procedural Dungeon ⏵ Dungeon Generator Base ⏵ Get Random Stream
Get Random Stream
Class: Dungeon Generator Base
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 Base Object Reference |
Outputs
| Name | Type | Description |
|---|---|---|
| Return Value | Random Stream Structure (by ref) | The random stream used by the dungeon generator. |