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
Name | Type | Description |
---|---|---|
In | Exec | |
Target | Room Object Reference | |
Data Type | Room Custom Data Class Reference | The type of the custom data to retrieve. |
Outputs
Name | Type | Description |
---|---|---|
True | Exec | |
False | Exec | |
Data | Room Custom Data Object Reference | The custom data found, or null if no custom data found. |