SEditableTextBox::SetTextBoxBackgroundColor

Sets the color of the background/border around the editable text (overrides Style)

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableTextBox.h

Include

#include "Widgets/Input/SEditableTextBox.h"

Source

/Engine/Source/Runtime/Slate/Private/Widgets/Input/SEditableTextBox.cpp

Syntax

void SetTextBoxBackgroundColor
(
    const TAttribute< FSlateColor > & InBackgroundColor
)

Remarks

Sets the color of the background/border around the editable text (overrides Style)

Parameters

Parameter

Description

InBackgroundColor

The background/border 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