Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Operations > API/Plugins/DynamicMesh/Operations/UE__Geometry__Ge-_6
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Operations/MeshGeodesicSurfaceTracer.h |
| Include | #include "Operations/MeshGeodesicSurfaceTracer.h" |
| Source | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Private/Operations/MeshGeodesicSurfaceTracer.cpp |
namespace UE
{
namespace Geometry
{
namespace GeodesicSingleTriangleUtils
{
FTraceResult UE&58;&58;Geometry&58;&58;GeodesicSingleTriangleUtils&58;&58;TraceNextTriangle
&40;
const FDynamicMesh3 & Mesh,
const FTraceResult & LastTrace,
double MaxDistance
&41;
}
}
}
Remarks
Trace, starting with the result of an earlier trace. Trace Result.
Parameters
| Name | Description |
|---|---|
| LastTrace | Struct that hold previous trace. Note StartTrace.TriID will be the triangle last visited. Will trace across the other edge adjacent tri |
| MaxDistance | Maximal distance this trace can travel. |