Procedural Dungeon ⏵ Dungeon Graph ⏵ Count Total Room Data
Count Total Room Data
Class: Dungeon Graph
Category: Dungeon Graph
Description
Returns the total number of RoomData in the dungeon from the list provided
Node

C++
int32 CountTotalRoomData(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 | Integer | Returns the total number of RoomData in the dungeon from the list provided |