Procedural Dungeon ⏵ Dungeon Graph ⏵ Has Already Room Data
Has Already Room Data
Class: Dungeon Graph
Category: Dungeon Graph
Description
Returns true if a specific RoomData is already in the dungeon
Node

C++
bool HasAlreadyRoomData(const URoomData* RoomData) const
Inputs
| Name | Type | Description |
|---|---|---|
| Target | Dungeon Graph Object Reference | |
| Room Data | Room Data Object Reference |
Outputs
| Name | Type | Description |
|---|---|---|
| Return Value | Boolean | Returns true if a specific RoomData is already in the dungeon |