Procedural Dungeon ⏵ Dungeon Graph ⏵ Get Dungeon Bounds Center
Get Dungeon Bounds Center
Class: Dungeon Graph
Category: Dungeon Graph
Description
Returns the center of the bounding box of the dungeon.
See: GetDungeonBoundsExtents
Node
C++
FVector GetDungeonBoundsCenter() const
Inputs
Name | Type | Description |
---|---|---|
Target | Dungeon Graph Object Reference |
Outputs
Name | Type | Description |
---|---|---|
Return Value | Vector | Returns the center of the bounding box of the dungeon. See: GetDungeonBoundsExtents |