FMeshSurfacePath::AddViaPlanarWalk

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Public/Operations/EmbedSurfacePath.h

Include

#include "Operations/EmbedSurfacePath.h"

Source

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Private/Operations/EmbedSurfacePath.cpp

Syntax

bool AddViaPlanarWalk
(
    int StartTri,
    FVector3d StartPt,
    int EndTri,
    int EndVertID,
    FVector3d EndPt,
    FVector3d WalkPlaneNormal,
    TFunction< FVector3d *, int)> VertexToPosnFn,
    bool bAllowBackwardsSearch,
    double AcceptEndPtOutsideDist,
    double PtOnPlaneThresholdSq
)

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