Skip to main content

Procedural DungeonDungeon 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

NameTypeDescription
TargetDungeon Generator Object Reference

Outputs

NameTypeDescription
Return ValueRandom Stream Structure (by ref)The random stream used by the dungeon generator.