Procedural Dungeon ⏵ Dungeon Blueprint Library ⏵ Opposite
Opposite
Category: Math → Door Direction
Description
Transforms North into South and East into West (and vice versa)
Node
C++
EDoorDirection DoorDirection_Opposite(const EDoorDirection& A)
Inputs
| Name | Type | Description |
|---|---|---|
| A | EDoorDirection Enum (by ref) |
Outputs
| Name | Type | Description |
|---|---|---|
| Return Value | EDoorDirection Enum | Transforms North into South and East into West (and vice versa) |