Procedural Dungeon ⏵ Door Def
Door Def
Class Details
Defined in: Public/ProceduralDungeonTypes.h
Hierarchy: Door Def
Exposed in blueprint as: Variable Type
Description
Structure that defines a door.
A door is defined by its position, its direction, and its type.
Properties
| Name | Type | Category | Accessors | Description |
|---|---|---|---|---|
| Direction | EDoorDirection | DoorDef | Blueprint Read Only Edit Anywhere | |
| Position | FIntVector | DoorDef | Blueprint Read Only Edit Anywhere | |
| Type | UDoorType* | DoorDef | Blueprint Read Only Edit Anywhere |