FBoxSphereBounds::ExpandBy

Increase the size of the box and sphere by a given size.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/BoxSphereBounds.h"

Syntax

FBoxSphereBounds ExpandBy
(
    float ExpandAmount
) const

Remarks

Increase the size of the box and sphere by a given size.

Returns

A new box with the expanded size.

Parameters

Parameter

Description

ExpandAmount

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