Skip to main content
Version: 3.3

Procedural DungeonDungeon Graph ⏵ Get All Rooms with Custom Data

Get All Rooms with Custom Data

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

NameTypeDescription
InExec
TargetDungeon Graph Object Reference
Custom DataRoom Custom Data Class Reference (by ref)

Outputs

NameTypeDescription
OutExec
RoomsArray of Room Object References