Procedural Dungeon ⏵ Dungeon 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
| Name | Type | Description |
|---|---|---|
| Door Def | Door Def Structure (by ref) | |
| Translation | Int Vector Structure (by ref) | |
| Rotation | EDoorDirection Enum (by ref) |
Outputs
| Name | Type | Description |
|---|---|---|
| Return Value | Door Def Structure | Inverse transform a DoorDef structure from the dungeon coordinates into a local coordinates |