Navigation
API > API/Plugins > API/Plugins/MeshPaintingToolset > API/Plugins/MeshPaintingToolset/UMeshPaintingSubsystem
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CreateComponentMeshPaintTexture
(
UStaticMeshComponent* StaticMeshComponent |
Creates mesh paint texture associated with the mesh component | MeshPaintHelpers.h | |
void CreateComponentMeshPaintTexture
(
UStaticMeshComponent* StaticMeshComponent, |
MeshPaintHelpers.h |
CreateComponentMeshPaintTexture(UStaticMeshComponent *)
Description
Creates mesh paint texture associated with the mesh component
| Name | CreateComponentMeshPaintTexture |
| Type | function |
| Header File | /Engine/Plugins/MeshPainting/Source/MeshPaintingToolset/Public/MeshPaintHelpers.h |
| Include Path | #include "MeshPaintHelpers.h" |
| Source | /Engine/Plugins/MeshPainting/Source/MeshPaintingToolset/Private/MeshPaintHelpers.cpp |
void CreateComponentMeshPaintTexture
(
UStaticMeshComponent * StaticMeshComponent
)
CreateComponentMeshPaintTexture(UStaticMeshComponent *, FImageView const &)
| Name | CreateComponentMeshPaintTexture |
| Type | function |
| Header File | /Engine/Plugins/MeshPainting/Source/MeshPaintingToolset/Public/MeshPaintHelpers.h |
| Include Path | #include "MeshPaintHelpers.h" |
| Source | /Engine/Plugins/MeshPainting/Source/MeshPaintingToolset/Private/MeshPaintHelpers.cpp |
void CreateComponentMeshPaintTexture
(
UStaticMeshComponent * StaticMeshComponent,
FImageView const & InImage
)