Procedural Dungeon ⏵ Dungeon Graph ⏵ Get All Rooms from Data List
Get All Rooms from Data List
Class: Dungeon Graph
Category: Dungeon Graph
Description
Returns all room instances of any of the provided room data
Node

C++
void GetAllRoomsFromDataList(const TArray<URoomData*>& Data, TArray<URoom*> Rooms)
Inputs
| Name | Type | Description |
|---|---|---|
| In | Exec | |
| Target | Dungeon Graph Object Reference | |
| Data | Array of Room Data Object References |
Outputs
| Name | Type | Description |
|---|---|---|
| Out | Exec | |
| Rooms | Array of Room Object References |