FBaseMeshPaintComponentAdapter::GetInfluencedVertexIndices

Retrieves the influenced vertex indices which intersect the given sphere

Windows
MacOS
Linux

Override Hierarchy

IMeshPaintComponentAdapter::GetInfluencedVertexIndices()

FBaseMeshPaintComponentAdapter::GetInfluencedVertexIndices()

References

Module

MeshPaintingToolset

Header

/Engine/Plugins/MeshPainting/Source/MeshPaintingToolset/Public/BaseMeshPaintComponentAdapter.h

Include

#include "BaseMeshPaintComponentAdapter.h"

Source

/Engine/Plugins/MeshPainting/Source/MeshPaintingToolset/Private/BaseMeshPaintComponentAdapter.cpp

Syntax

virtual void GetInfluencedVertexIndices
(
    const float ComponentSpaceSquaredBrushRadius,
    const FVector & ComponentSpaceBrushPosition,
    const FVector & ComponentSpaceCameraPosition,
    const bool bOnlyFrontFacing,
    TSet< int32 > & InfluencedVertices
) const

Remarks

Retrieves the influenced vertex indices which intersect the given sphere

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