FPerComponentVertexColorData

Struct used to store the color data copied from mesh component to mesh component

Windows
MacOS
Linux

References

Module

MeshPaintingToolset

Header

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

Include

#include "MeshPaintHelpers.h"

Syntax

struct FPerComponentVertexColorData

Remarks

Struct used to store the color data copied from mesh component to mesh component

Variables

Name Description

Public variable

int32

 

ComponentIndex

We also match by component index

Public variable

TWeakObjectPtr<...

 

OriginalMesh

We match up components by the mesh they use

Public variable

TArray< FPerLOD...

 

PerLODVertexColorData

Vertex colors by LOD

Constructors

Name Description

Public function

FPerComponentVertexColorData

(
    const UStaticMesh* InStaticMes...,
    int32 InComponentIndex
)

Public function

FPerComponentVertexColorData

(
    const UStaticMesh* InStaticMes...,
    int32 InComponentIndex
)

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