Procedural Dungeon ⏵ Room ⏵ Has Custom Data
Has Custom Data
Class: Room
Category: Room
Description
Check if the room instance contains a custom data of a specific type.
Node

C++
bool HasCustomData_BP(const TSubclassOf<URoomCustomData> & DataType)
Inputs
| Name | Type | Description |
|---|---|---|
| In | Exec | |
| Target | Room Object Reference | |
| Data Type | Room Custom Data Class Reference (by ref) | The type of the custom data to check. |
Outputs
| Name | Type | Description |
|---|---|---|
| True | Exec | |
| False | Exec |