IMeshPaintGeometryAdapter::SphereIntersectTriangles

Returns the triangle indices which intersect with the given sphere

Unreal Engine C++ API Reference > Editor > MeshPaint > IMeshPaintGeometryAdapter

  • IMeshPaintGeometryAdapter::SphereIntersectTriangles()

References

   
Module MeshPaint
Header /Engine/Source/Editor/MeshPaint/Public/IMeshPaintGeometryAdapter.h
Include #include "IMeshPaintGeometryAdapter.h"
[TArray](API\Runtime\Core\Containers\TArray)< uint32 > SphereIntersectTriangles
(
    const float ComponentSpaceSquaredBrushRadius,
    const FVector & ComponentSpaceBrushPosition,
    const FVector & ComponentSpaceCameraPosition,
    const bool bOnlyFrontFacing
) const

Remarks

Returns the triangle indices which intersect with the given sphere


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library