UEngine::SetSelectedMaterialColor

Sets the selected material color.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Engine/Engine.h"

Syntax

void SetSelectedMaterialColor
(
    const FLinearColor & InSelectedMaterialColor
)

Remarks

Sets the selected material color. Do not use this if you plan to override the selected material color. Use OverrideSelectedMaterialColor instead This is set by the editor preferences

Parameters

Parameter

Description

SelectedMaterialColor

The new selection color

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