Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UEngine
Description
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
| Name | SetSelectedMaterialColor |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Engine.h |
| Include Path | #include "Engine/Engine.h" |
void SetSelectedMaterialColor
(
const FLinearColor & InSelectedMaterialColor
)
Parameters
| Name | Remarks |
|---|---|
| SelectedMaterialColor | The new selection color |