Skip to main content
Version: 3.6

Procedural DungeonDungeon Graph ⏵ Has Already Room Type

Has Already Room Type

Class: Dungeon Graph
Category: Dungeon Graph

Description

Returns true if a specific RoomData type is already in the dungeon

Node

C++

bool HasAlreadyRoomType(const TSubclassOf<URoomData> & RoomType) const

Inputs

NameTypeDescription
TargetDungeon Graph Object Reference
Room TypeRoom Data Class Reference (by ref)

Outputs

NameTypeDescription
Return ValueBooleanReturns true if a specific RoomData type is already in the dungeon