USkeletalMesh::GetVertexColorData

Returns vertex color data by position.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/SkeletalMesh.h

Include

#include "Engine/SkeletalMesh.h"

Source

/Engine/Source/Runtime/Engine/Private/SkeletalMesh.cpp

Syntax

TMap< FVector, FColor > GetVertexColorData
(
    const uint32 PaintingMeshLODIndex
) const

Remarks

Returns vertex color data by position. For matching to reimported meshes that may have changed or copying vertex paint data from mesh to mesh.

Returns

VertexColorData Returns a map of vertex position and their associated color.

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