Procedural Dungeon ⏵ Door Direction
Door Direction
Class Details
Defined in: Public/ProceduralDungeonTypes.h
Exposed in blueprint as: Variable Type
Description
The different directions a door can face.
Values
| Name | Description |
|---|---|
| North | rotation = 0 |
| East | rotation = 90 |
| South | rotation = 180 |
| West | rotation = 270 |