Procedural Dungeon ⏵ Dungeon Graph ⏵ Get All Rooms with Custom Data
Get All Rooms with Custom Data
Class: Dungeon Graph
Category: Dungeon Graph
Description
Returns all room instances having the provided custom data
Node
C++
void GetAllRoomsWithCustomData(const TSubclassOf<URoomCustomData> & CustomData, TArray<URoom*> Rooms)
Inputs
Name | Type | Description |
---|---|---|
In | Exec | |
Target | Dungeon Graph Object Reference | |
Custom Data | Room Custom Data Class Reference (by ref) |
Outputs
Name | Type | Description |
---|---|---|
Out | Exec | |
Rooms | Array of Room Object References |