SetInstanceColorDataForLOD

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

void

 

SetInstanceColorDataForLOD

(
    UStaticMeshComponent* MeshComp...,
    int32 LODIndex,
    const TArray< FColor >& Colors
)

Sets the specific (LOD Index) per-instance vertex colors for the given StaticMeshComponent to the supplied Color array

Public function Static

void

 

SetInstanceColorDataForLOD

(
    UStaticMeshComponent* MeshComp...,
    int32 LODIndex,
    const FColor FillColor,
    const FColor MaskColor
)

Sets the specific (LOD Index) per-instance vertex colors for the given StaticMeshComponent to a single Color value

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