Skip to main content
Version: 3.4

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

NameTypeDescription
TargetDungeon Generator Base Object Reference

Outputs

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