Skip to main content
Version: 3.6

Procedural DungeonDungeon Blueprint Library ⏵ Inverse Transform DoorDef (Dungeon)

Inverse Transform DoorDef (Dungeon)

Class: Dungeon Blueprint Library
Category: Math →  Dungeon

Description

Inverse transform a DoorDef structure from the dungeon coordinates into a local coordinates

Node

C++

FDoorDef Dungeon_InverseTransformDoorDef(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 StructureInverse transform a DoorDef structure from the dungeon coordinates into a local coordinates