Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/USkeletalMesh
Description
Returns vertex color data by position. For matching to reimported meshes that may have changed or copying vertex paint data from mesh to mesh.
| Name | GetVertexColorData |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/SkeletalMesh.h |
| Include Path | #include "Engine/SkeletalMesh.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SkeletalMesh.cpp |
TMap < FVector3f, FColor > GetVertexColorData
(
const uint32 PaintingMeshLODIndex
) const
VertexColorData Returns a map of vertex position and their associated color.