FBox::InverseTransformBy

Gets a bounding volume transformed by an inverted [FTransform](API\Runtime\Core\Math\FTransform) object.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Box.h"

Source

/Engine/Source/Runtime/Core/Private/Math/Box.cpp

Syntax

FBox InverseTransformBy
(
    const FTransform & M
) const

Remarks

Gets a bounding volume transformed by an inverted FTransform object.

Returns

The transformed box.

Parameters

Parameter

Description

M

The transformation object to perform the inversely transform this box with.

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