Procedural Dungeon ⏵ Dungeon 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
| Name | Type | Description |
|---|---|---|
| Local Pos | Int Vector Structure (by ref) | |
| Translation | Int Vector Structure (by ref) | |
| Rotation | EDoorDirection Enum (by ref) |
Outputs
| Name | Type | Description |
|---|---|---|
| Return Value | Int Vector Structure | Transform a cell position from local coordinates into the dungeon coordinates |