Procedural Dungeon ⏵ Dungeon Blueprint Library ⏵ Transform DoorDef (Dungeon)
Transform DoorDef (Dungeon)
Class: Dungeon Blueprint Library
Category: Math → Dungeon
Description
Transform a DoorDef structure from local coordinates into the dungeon coordinates
Node
C++
FDoorDef Dungeon_TransformDoorDef(const FDoorDef& DoorDef, const FIntVector& Translation, const EDoorDirection& Rotation)
Inputs
Name | Type | Description |
---|---|---|
Door Def | Door Def Structure (by ref) | |
Translation | Int Vector Structure (by ref) | |
Rotation | EDoorDirection Enum (by ref) |
Outputs
Name | Type | Description |
---|---|---|
Return Value | Door Def Structure | Transform a DoorDef structure from local coordinates into the dungeon coordinates |