UStaticMesh::GetVertexColorData

Returns vertex color data by position.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/StaticMesh.h

Include

#include "Engine/StaticMesh.h"

Source

/Engine/Source/Runtime/Engine/Private/StaticMesh.cpp

Syntax

void GetVertexColorData
(
    TMap< FVector, FColor > & VertexColorData
)

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.

Parameters

Parameter

Description

VertexColorData

(out)A map of vertex position data and its color. The method fills this map.

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