Skip to main content
Version: 3.4

Procedural DungeonDungeon Graph ⏵ Has Already One Room Data From

Has Already One Room Data From

Class: Dungeon Graph
Category: Dungeon Graph

Description

Returns true if at least one of the RoomData from the list provided is already in the dungeon

Node

C++

bool HasAlreadyOneRoomDataFrom(const TArray<URoomData*>& RoomDataList) const

Inputs

NameTypeDescription
TargetDungeon Graph Object Reference
Room Data ListArray of Room Data Object References

Outputs

NameTypeDescription
Return ValueBooleanReturns true if at least one of the RoomData from the list provided is already in the dungeon