GizmoMath::ProjectPointOntoPlane

Project the input Point onto the plane defined by PlaneOrigin and PlaneNormal,

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/BaseGizmos/GizmoMath.h

Include

#include "BaseGizmos/GizmoMath.h"

Source

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Private/BaseGizmos/GizmoMath.cpp

Syntax

namespace GizmoMath
{
    FVector GizmoMath::ProjectPointOntoPlane
    (
        const FVector & Point,
        const FVector & PlaneOrigin,
        const FVector & PlaneNormal
    )
}

Remarks

Project the input Point onto the plane defined by PlaneOrigin and PlaneNormal,

Returns

Nearest position to Point lying in 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