UMeshPaintingToolset::PropagateColorsToRawMesh

Propagates per-instance vertex colors to the underlying Static Mesh for the given LOD Index

Windows
MacOS
Linux

References

Module

MeshPaintingToolset

Header

/Engine/Plugins/MeshPainting/Source/MeshPaintingToolset/Public/MeshPaintHelpers.h

Include

#include "MeshPaintHelpers.h"

Source

/Engine/Plugins/MeshPainting/Source/MeshPaintingToolset/Private/MeshPaintHelpers.cpp

Syntax

static bool PropagateColorsToRawMesh
(
    UStaticMesh * StaticMesh,
    int32 LODIndex,
    FStaticMeshComponentLODInfo & ComponentLODInfo
)

Remarks

Propagates per-instance vertex colors to the underlying Static Mesh for the given LOD Index

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