FVector::PointPlaneProject

Calculate the projection of a point on the given plane.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Vector.h"

Source

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

Syntax

static FVector PointPlaneProject
(
    const FVector & Point,
    const FPlane & Plane
)

Remarks

Calculate the projection of a point on the given plane.

Returns

Projection of Point onto Plane

Parameters

Parameter

Description

Point

The point to project onto the plane

Plane

The plane

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