MeshPaintHelpers::ImportVertexColorsToStaticMeshComponent

Imports vertex colors from a Texture to the specified Static Mesh Component according to user-set options

Unreal Engine C++ API Reference > Editor > MeshPaint > MeshPaintHelpers

References

   
Module MeshPaint
Header /Engine/Source/Editor/MeshPaint/Public/MeshPaintHelpers.h
Include #include "MeshPaintHelpers.h"
Source /Engine/Source/Editor/MeshPaint/Private/MeshPaintHelpers.cpp
static void ImportVertexColorsToStaticMeshComponent
(
    [UStaticMeshComponent](API\Runtime\Engine\Components\UStaticMeshComponent) * StaticMeshComponent,
    const UVertexColorImportOptions * Options,
    [UTexture2D](API\Runtime\Engine\Engine\UTexture2D) * Texture
)

Remarks

Imports vertex colors from a Texture to the specified Static Mesh Component according to user-set options


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library