UStaticMeshComponent::FixupOverrideColorsIfNecessary

Update the vertex override colors if necessary (i.e. vertices from source mesh have changed from override colors)

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/StaticMeshComponent.h

Include

#include "Components/StaticMeshComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Components/StaticMeshComponent.cpp

Syntax

bool FixupOverrideColorsIfNecessary
(
    bool bRebuildingStaticMesh
)

Remarks

Update the vertex override colors if necessary (i.e. vertices from source mesh have changed from override colors)

Returns

true if any fixup was performed.

Parameters

Parameter

Description

bRebuildingStaticMesh

true if we are rebuilding the static mesh used by this component

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