UKismetMathLibrary::ProjectPointOnToPlane

Projects/snaps a point onto a plane defined by a point on the plane and a plane normal.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.h

Include

#include "Kismet/KismetMathLibrary.h"

Source

/Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.inl

Syntax

static FVector ProjectPointOnToPlane
(
    FVector Point,
    FVector PlaneBase,
    FVector PlaneNormal
)

Remarks

Projects/snaps a point onto a plane defined by a point on the plane and a plane normal.

Returns

Point projected onto the plane.

Parameters

Parameter

Description

Point

Point to project onto the plane.

PlaneBase

A point on the plane.

PlaneNormal

Normal of 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