Procedural Dungeon ⏵ Dungeon Blueprint Library ⏵ Negate Door Direction
Negate Door Direction
Category: Math → Door Direction
Description
Negate the direction and set it (same as North - Direction)
Node
C++
EDoorDirection DoorDirection_Negate(EDoorDirection& A)
Inputs
Name | Type | Description |
---|---|---|
In | Exec | |
A | EDoorDirection Enum (by ref) |
Outputs
Name | Type | Description |
---|---|---|
Out | Exec | |
Return Value | EDoorDirection Enum | Negate the direction and set it (same as North - Direction) |