Skip to main content
Version: 3.7

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​

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