Choose your operating system:
Windows
macOS
Linux
Module |
|
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 |
void SetReadOnlyForegroundColor
(
const TAttribute< FSlateColor > & InReadOnlyForegroundColor
)
Sets the text color and opacity when read-only (overrides Style)
Parameter |
Description |
---|---|
InReadOnlyForegroundColor |
The read-only text color and opacity |