Skip to main content
Version: 3.3

Procedural Dungeon ⏵ Room ⏵ Has Custom Data

Has Custom Data

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​

NameTypeDescription
InExec
TargetRoom Object Reference
Data TypeRoom Custom Data Class Reference (by ref)The type of the custom data to check.

Outputs​

NameTypeDescription
TrueExec
FalseExec