Skip to main content

Procedural DungeonDungeon 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

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

Outputs

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