Skip to main content

Procedural DungeonDungeon Graph ⏵ Get All Rooms with All Custom Data

Get All Rooms with All Custom Data

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

NameTypeDescription
InExec
TargetDungeon Graph Object Reference
Custom DataArray of Room Custom Data Class References

Outputs

NameTypeDescription
OutExec
RoomsArray of Room Object References