FBox::TransformProjectBy

Transforms and projects a world bounding box to screen space

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 TransformProjectBy
(
    const FMatrix & ProjM
) const

Remarks

Transforms and projects a world bounding box to screen space

Returns

The transformed box.

Parameters

Parameter

Description

ProjM

The projection matrix.

See Also

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