Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Operations > API/Runtime/GeometryCore/Operations/FMeshSurfacePath
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Operations/EmbedSurfacePath.h |
| Include | #include "Operations/EmbedSurfacePath.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/Operations/EmbedSurfacePath.cpp |
bool AddViaPlanarWalk
&40;
int StartTri,
int StartVID,
FVector3d StartPt,
int EndTri,
int EndVertID,
FVector3d EndPt,
FVector3d WalkPlaneNormal,
TFunction< FVector3d(const FDynamicMesh3 &42;, int)> VertexToPosnFn,
bool bAllowBackwardsSearch,
double AcceptEndPtOutsideDist,
double PtOnPlaneThresholdSq,
double BackwardsTolerance
&41;