FVector::VectorPlaneProject

Calculate the projection of a vector on the plane defined by PlaneNormal.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Vector.h"

Syntax

static FVector VectorPlaneProject
(
    const FVector & V,
    const FVector & PlaneNormal
)

Remarks

Calculate the projection of a vector on the plane defined by PlaneNormal.

Returns

Projection of V onto plane.

Parameters

Parameter

Description

V

The vector to project onto the plane.

PlaneNormal

Normal of the plane (assumed to be unit length).

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