Skip to main content
Version: 3.6

Procedural DungeonDungeon Blueprint Library ⏵ Transform Position (Dungeon)

Transform Position (Dungeon)

Class: Dungeon Blueprint Library
Category: Math →  Dungeon

Description

Transform a cell position from local coordinates into the dungeon coordinates

Node

C++

FIntVector Dungeon_TransformPosition(const FIntVector& LocalPos, const FIntVector& Translation, const EDoorDirection& Rotation)

Inputs

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

Outputs

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