Procedural Dungeon ⏵ Dungeon 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
| Name | Type | Description |
|---|---|---|
| In | Exec | |
| Target | Dungeon Graph Object Reference | |
| Custom Data | Array of Room Custom Data Class References |
Outputs
| Name | Type | Description |
|---|---|---|
| Out | Exec | |
| Rooms | Array of Room Object References |