Procedural Dungeon ⏵ Dungeon Graph ⏵ Count Total Room Type
Count Total Room Type
Category: Dungeon Graph
Description
Returns the total number of RoomData type in the dungeon from the list provided
Node
C++
int32 CountTotalRoomType(const TArray<TSubclassOf<URoomData> >& RoomTypeList) const
Inputs
Name | Type | Description |
---|---|---|
Target | Dungeon Graph Object Reference | |
Room Type List | Array of Room Data Class References |
Outputs
Name | Type | Description |
---|---|---|
Return Value | Integer | Returns the total number of RoomData type in the dungeon from the list provided |