FPlane::TransformBy

Get the result of transforming the plane by a Matrix.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Plane.h"

Source

/Engine/Source/Runtime/Core/Public/Math/Matrix.inl

Syntax

FPlane TransformBy
(
    const FMatrix & M
) const

Remarks

Get the result of transforming the plane by a Matrix.

FPlane inline functions.

Returns

The result of transform.

Parameters

Parameter

Description

M

The matrix to transform plane 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