Skip to main content

Procedural DungeonDungeon Graph ⏵ Count Total Room Data

Count Total Room Data

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

NameTypeDescription
TargetDungeon Graph Object Reference
Room Data ListArray of Room Data Object References

Outputs

NameTypeDescription
Return ValueIntegerReturns the total number of RoomData in the dungeon from the list provided