Skip to main content

Procedural DungeonDungeon Graph ⏵ Get All Rooms with Any Custom Data

Get All Rooms with Any Custom Data

Category: Dungeon Graph

Description

Returns all room instances having at least one of the provided custom data

Node

C++

void GetAllRoomsWithAnyCustomData(const TArray<TSubclassOf<URoomCustomData> >& CustomData, TArray<URoom*> Rooms)

Inputs

NameTypeDescription
InExec
TargetDungeon Graph Object Reference
Custom DataArray of Room Custom Data Class References

Outputs

NameTypeDescription
OutExec
RoomsArray of Room Object References