Skip to main content
Version: 3.6

Procedural DungeonDungeon 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

NameTypeDescription
TargetDungeon Graph Object Reference

Outputs

NameTypeDescription
Return ValueVectorReturns the extent (half size) of the bounding box of the dungeon.
See: GetDungeonBoundsCenter