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