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 & V
) const

Remarks

Increases the box size.

Returns

A new bounding box.

Parameters

Parameter

Description

V

The size to increase the volume by.

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