Skip to main content

Procedural DungeonRoom ⏵ Get Custom Data

Get Custom Data

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.