FBox2D::ShiftBy

Shift bounding box position.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Box2D.h"

Syntax

FBox2D ShiftBy
(
    const FVector2D & Offset
) const

Remarks

Shift bounding box position.

Returns

A new shifted bounding box.

Parameters

Parameter

Description

The

offset vector to shift 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