Skip to main content
Version: 3.6

Procedural DungeonDungeon Blueprint Library ⏵ Inverse Transform Position (Dungeon)

Inverse Transform Position (Dungeon)

Class: Dungeon Blueprint Library
Category: Math →  Dungeon

Description

Inverse transform a cell position from the dungeon coordinates into a local coordinates

Node

C++

FIntVector Dungeon_InverseTransformPosition(const FIntVector& DungeonPos, const FIntVector& Translation, const EDoorDirection& Rotation)

Inputs

NameTypeDescription
Dungeon PosInt Vector Structure (by ref)
TranslationInt Vector Structure (by ref)
RotationEDoorDirection Enum (by ref)

Outputs

NameTypeDescription
Return ValueInt Vector StructureInverse transform a cell position from the dungeon coordinates into a local coordinates