Procedural Dungeon ⏵ Dungeon Graph ⏵ Get All Rooms with All Custom Data
Get All Rooms with All Custom Data
Class: Dungeon Graph
Category: Dungeon Graph
Description
Returns all room instances having ALL the provided custom data
Node
C++
void GetAllRoomsWithAllCustomData(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 |