FBox::ShiftBy

Shifts the bounding box position.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Box.h"

Syntax

FBox ShiftBy
(
    const FVector & Offset
) const

Remarks

Shifts the bounding box position.

Returns

A new bounding box.

Parameters

Parameter

Description

Offset

The vector to shift the box 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