Navigation
API > API/Editor > API/Editor/MeshPaint > API/Editor/MeshPaint/MeshPaintHelpers
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void ApplyVertexColorsToAllLODs
(
IMeshPaintGeometryAdapter& GeometryInfo, |
Applies vertex color painting found on LOD 0 to all lower LODs. | MeshPaintHelpers.h | |
static void ApplyVertexColorsToAllLODs
(
IMeshPaintGeometryAdapter& GeometryInfo, |
Applies the vertex colors found in LOD level 0 to all contained LOD levels in the StaticMeshComponent | MeshPaintHelpers.h | |
static void ApplyVertexColorsToAllLODs
(
IMeshPaintGeometryAdapter& GeometryInfo, |
Applies the vertex colors found in LOD level 0 to all contained LOD levels in the SkeletalMeshComponent | MeshPaintHelpers.h |
ApplyVertexColorsToAllLODs(IMeshPaintGeometryAdapter &, UMeshComponent *)
Description
Applies vertex color painting found on LOD 0 to all lower LODs.
| Name | ApplyVertexColorsToAllLODs |
| Type | function |
| Header File | /Engine/Source/Editor/MeshPaint/Public/MeshPaintHelpers.h |
| Include Path | #include "MeshPaintHelpers.h" |
| Source | /Engine/Source/Editor/MeshPaint/Private/MeshPaintHelpers.cpp |
static void ApplyVertexColorsToAllLODs
(
IMeshPaintGeometryAdapter & GeometryInfo,
UMeshComponent * InMeshComponent
)
ApplyVertexColorsToAllLODs(IMeshPaintGeometryAdapter &, UStaticMeshComponent *)
Description
Applies the vertex colors found in LOD level 0 to all contained LOD levels in the StaticMeshComponent
| Name | ApplyVertexColorsToAllLODs |
| Type | function |
| Header File | /Engine/Source/Editor/MeshPaint/Public/MeshPaintHelpers.h |
| Include Path | #include "MeshPaintHelpers.h" |
| Source | /Engine/Source/Editor/MeshPaint/Private/MeshPaintHelpers.cpp |
static void ApplyVertexColorsToAllLODs
(
IMeshPaintGeometryAdapter & GeometryInfo,
UStaticMeshComponent * StaticMeshComponent
)
ApplyVertexColorsToAllLODs(IMeshPaintGeometryAdapter &, USkeletalMeshComponent *)
Description
Applies the vertex colors found in LOD level 0 to all contained LOD levels in the SkeletalMeshComponent
| Name | ApplyVertexColorsToAllLODs |
| Type | function |
| Header File | /Engine/Source/Editor/MeshPaint/Public/MeshPaintHelpers.h |
| Include Path | #include "MeshPaintHelpers.h" |
| Source | /Engine/Source/Editor/MeshPaint/Private/MeshPaintHelpers.cpp |
static void ApplyVertexColorsToAllLODs
(
IMeshPaintGeometryAdapter & GeometryInfo,
USkeletalMeshComponent * SkeletalMeshComponent
)