Procedural Dungeon ⏵ Dungeon 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
| Name | Type | Description |
|---|---|---|
| Target | Dungeon Graph Object Reference | |
| Room Data List | Array of Room Data Object References |
Outputs
| Name | Type | Description |
|---|---|---|
| Return Value | Boolean | Returns true if at least one of the RoomData from the list provided is already in the dungeon |