FBox::BuildAABB

Utility function to build an AABB from Origin and Extent

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/Box.h

Include

#include "Math/Box.h"

Syntax

static FBox BuildAABB
(
    const FVector & Origin,
    const FVector & Extent
)

Remarks

Utility function to build an AABB from Origin and Extent

Returns

A new axis-aligned bounding box.

Parameters

Parameter

Description

Origin

The location of the bounding box.

Extent

Half size of the bounding box.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss