Procedural Dungeon ⏵ Dungeon Graph ⏵ Count Room Data
Count Room Data
Category: Dungeon Graph
Description
Returns the number of a specific RoomData in the dungeon
Node

C++
int32 CountRoomData(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 | Integer | Returns the number of a specific RoomData in the dungeon |