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

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