FBox::MoveTo

Moves the center of bounding box to new destination.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Box.h"

Syntax

FBox MoveTo
(
    const FVector & Destination
) const

Remarks

Moves the center of bounding box to new destination.

Returns

A new bounding box.

Parameters

Parameter

Description

The

destination point to move center of box to.

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