FBox2D::ExpandBy

Increase the bounding box volume.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Box2D.h"

Syntax

FBox2D ExpandBy
(
    const float W
) const

Remarks

Increase the bounding box volume.

Returns

A new bounding box increased in size.

Parameters

Parameter

Description

W

The size to increase 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