Procedural Dungeon ⏵ Dungeon Blueprint Library ⏵ Is Valid
Is Valid
Category: Math → Door Direction
Description
True if the value is set (either North, South, East, West)
False otherwise
Node
C++
bool DoorDirection_Valid(const EDoorDirection& A)
Inputs
Name | Type | Description |
---|---|---|
In | Exec | |
A | EDoorDirection Enum (by ref) |
Outputs
Name | Type | Description |
---|---|---|
True | Exec | |
False | Exec |