Skip to main content
Version: 3.4

Procedural Dungeon ⏵ Room ⏵ Get Custom Data

Get Custom Data

Class: Room
Category: Room

Description​

Access to custom data of the room.

Node

C++

bool GetCustomData_BP(TSubclassOf<URoomCustomData> DataType, URoomCustomData* Data)

Inputs​

NameTypeDescription
InExec
TargetRoom Object Reference
Data TypeRoom Custom Data Class ReferenceThe type of the custom data to retrieve.

Outputs​

NameTypeDescription
TrueExec
FalseExec
DataRoom Custom Data Object ReferenceThe custom data found, or null if no custom data found.