FBaseMeshPaintGeometryAdapter::GetInfluencedVertexIndices

Retrieves the influenced vertex indices which intersect the given sphere

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

References

   
Module MeshPaint
Header /Engine/Source/Editor/MeshPaint/Public/BaseMeshPaintGeometryAdapter.h
Include #include "BaseMeshPaintGeometryAdapter.h"
Source /Engine/Source/Editor/MeshPaint/Private/BaseMeshPaintGeometryAdapter.cpp
virtual void GetInfluencedVertexIndices
(
    const float ComponentSpaceSquaredBrushRadius,
    const FVector & ComponentSpaceBrushPosition,
    const FVector & ComponentSpaceCameraPosition,
    const bool bOnlyFrontFacing,
    [TSet](API\Runtime\Core\Containers\TSet)< int32 > & InfluencedVertices
) const

Remarks

Retrieves the influenced vertex indices which intersect the given sphere


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library