Skip to main content
Version: 3.6

Procedural DungeonDungeon 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

NameTypeDescription
Door DefDoor Def Structure (by ref)
TranslationInt Vector Structure (by ref)
RotationEDoorDirection Enum (by ref)

Outputs

NameTypeDescription
Return ValueDoor Def StructureTransform a DoorDef structure from local coordinates into the dungeon coordinates