Skip to main content

Procedural DungeonDungeon Graph ⏵ Has Already One Room Data From

Has Already One Room Data From

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