Navigation
API > API/Plugins > API/Plugins/MeshPaintingToolset > API/Plugins/MeshPaintingToolset/UMeshVertexPaintingTool
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Paint
(
const TArrayView< TPair< FVector, FVector > >& Rays |
MeshVertexPaintingTool.h | ||
bool Paint
(
const FVector& InRayOrigin, |
MeshVertexPaintingTool.h |
Paint(const TArrayView< TPair< FVector, FVector > > &)
| Name | Paint |
| Type | function |
| Header File | /Engine/Plugins/MeshPainting/Source/MeshPaintingToolset/Public/MeshVertexPaintingTool.h |
| Include Path | #include "MeshVertexPaintingTool.h" |
| Source | /Engine/Plugins/MeshPainting/Source/MeshPaintingToolset/Private/MeshVertexPaintingTool.cpp |
bool Paint
(
const TArrayView < TPair< FVector, FVector > > & Rays
)
Paint(const FVector &, const FVector &)
| Name | Paint |
| Type | function |
| Header File | /Engine/Plugins/MeshPainting/Source/MeshPaintingToolset/Public/MeshVertexPaintingTool.h |
| Include Path | #include "MeshVertexPaintingTool.h" |
| Source | /Engine/Plugins/MeshPainting/Source/MeshPaintingToolset/Private/MeshVertexPaintingTool.cpp |
bool Paint
(
const FVector & InRayOrigin,
const FVector & InRayDirection
)