Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/UMeshComponent
Syntax
UPROPERTY (EditAnywhere, AdvancedDisplay, Category=Rendering, Meta=(ToolTip="Material overrides."))
TArray < TObjectPtr < class UMaterialInterface > > OverrideMaterials
Remarks
Per-Component material overrides. These must NOT be set directly or a race condition can occur between GC and the rendering thread.