UMeshPaintModeHelpers::ImportVertexColorsToSkeletalMesh

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

Windows
MacOS
Linux

References

Module

MeshPaintEditorMode

Header

/Engine/Plugins/MeshPainting/Source/MeshPaintEditorMode/Public/MeshPaintModeHelpers.h

Include

#include "MeshPaintModeHelpers.h"

Source

/Engine/Plugins/MeshPainting/Source/MeshPaintEditorMode/Private/MeshPaintModeHelpers.cpp

Syntax

static void ImportVertexColorsToSkeletalMesh
(
    USkeletalMesh * SkeletalMesh,
    const UImportVertexColorOptions * Options,
    UTexture2D * Texture
)

Remarks

Imports vertex colors from a Texture to the specified Skeletal Mesh 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