FBox::ExpandBy

Increases the box size.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Box.h"

Syntax

FBox ExpandBy
(
    const FVector & Neg,
    const FVector & Pos
) const

Remarks

Increases the box size.

Returns

A new bounding box.

Parameters

Parameter

Description

Neg

The size to increase the volume by in the negative direction (positive values move the bounds outwards)

Pos

The size to increase the volume by in the positive direction (positive values move the bounds outwards)

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