IMeshPaintComponentAdapter::SphereIntersectVertices

Returns the vertex positions which intersect the given sphere

Windows
MacOS
Linux

Override Hierarchy

IMeshPaintComponentAdapter::SphereIntersectVertices()

FBaseMeshPaintComponentAdapter::SphereIntersectVertices()

References

Module

MeshPaintingToolset

Header

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

Include

#include "IMeshPaintComponentAdapter.h"

Syntax

TArray< FVector > SphereIntersectVertices
(
    const float ComponentSpaceSquaredBrushRadius,
    const FVector & ComponentSpaceBrushPosition,
    const FVector & ComponentSpaceCameraPosition,
    const bool bOnlyFrontFacing
) const

Remarks

Returns the vertex positions 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