MeshPaintHelpers::ImportVertexColorsToStaticMeshComponent

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

Windows
MacOS
Linux

References

Module

MeshPaint

Header

/Engine/Source/Editor/MeshPaint/Public/MeshPaintHelpers.h

Include

#include "MeshPaintHelpers.h"

Source

/Engine/Source/Editor/MeshPaint/Private/MeshPaintHelpers.cpp

Syntax

static void ImportVertexColorsToStaticMeshComponent
(
    UStaticMeshComponent * StaticMeshComponent,
    const UVertexColorImportOptions * Options,
    UTexture2D * Texture
)

Remarks

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss