Skip to main content
Version: 3.9

Procedural DungeonDungeon Generator Base ⏵ Discard Room Instance

Discard Room Instance

Class: Dungeon Generator Base
Category: GenerationAlgorithm

Description

Tells explicitely you will not add the room instance to the dungeon.
Use this to benefit from the pooling system.
The room instance is automatically reset to null.

Node

C++

void DiscardRoomInstance(URoom*& RoomInstance)

Inputs

NameTypeDescription
InExec
TargetDungeon Generator Base Object Reference
Room InstanceRoom Object Reference (by ref)

Outputs

NameTypeDescription
OutExec