Procedural Dungeon ⏵ Dungeon Graph ⏵ Get Dungeon Bounds Extent
Get Dungeon Bounds Extent
Class: Dungeon Graph
Category: Dungeon Graph
Description
Returns the extent (half size) of the bounding box of the dungeon.
See: GetDungeonBoundsCenter
Node

C++
FVector GetDungeonBoundsExtent() const
Inputs
| Name | Type | Description |
|---|---|---|
| Target | Dungeon Graph Object Reference |
Outputs
| Name | Type | Description |
|---|---|---|
| Return Value | Vector | Returns the extent (half size) of the bounding box of the dungeon. See: GetDungeonBoundsCenter |