Navigation
API > API/Plugins > API/Plugins/NamingTokensUI > API/Plugins/NamingTokensUI/SNamingTokensEditableTextBox
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/Developer/NamingTokens/Source/NamingTokensUI/Public/SNamingTokensEditableTextBox.h |
| Include Path | #include "SNamingTokensEditableTextBox.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SNamingTokensEditableTextBox >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SNamingTokensEditableTextBox::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SNamingTokensEditableTextBox.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SNamingTokensEditableTextBox.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & AllowMultiLine
(
const TAttribute< bool >& InAttribute |
Whether to allow multi-line text. | SNamingTokensEditableTextBox.h | |
WidgetArgsType & ArgumentStyle
(
const FTextBlockStyle* InArg |
The styling of our arguments. | SNamingTokensEditableTextBox.h | |
WidgetArgsType & CanDisplayResolvedText
(
const TAttribute< bool >& InAttribute |
If we're allowed to display the resolved text. | SNamingTokensEditableTextBox.h | |
WidgetArgsType & Contexts
(
TArray< TObjectPtr< UObject > > InArg |
Contexts to provide to evaluation. | SNamingTokensEditableTextBox.h | |
WidgetArgsType & DisplayBorderImage
(
const TAttribute< bool >& InAttribute |
If we should use the border image. | SNamingTokensEditableTextBox.h | |
WidgetArgsType & DisplayErrorMessage
(
const TAttribute< bool >& InAttribute |
If we display error messages. | SNamingTokensEditableTextBox.h | |
WidgetArgsType & DisplayTokenIcon
(
const TAttribute< bool >& InAttribute |
If we can display the default token icon. | SNamingTokensEditableTextBox.h | |
WidgetArgsType & EnableSuggestionDropdown
(
bool InArg |
If drop down suggestions should be enabled. | SNamingTokensEditableTextBox.h | |
WidgetArgsType & FilterArgs
(
FNamingTokenFilterArgs InArg |
Filter args to apply during evaluation. | SNamingTokensEditableTextBox.h | |
WidgetArgsType & FullyQualifyGlobalTokenSuggestions
(
bool InArg |
If the namespace should be inserted when selecting a global suggestion. | SNamingTokensEditableTextBox.h | |
WidgetArgsType & IsReadOnly
(
const TAttribute< bool >& InAttribute |
Sets whether this text box can actually be modified interactively by the user | SNamingTokensEditableTextBox.h | |
WidgetArgsType & Marshaller
(
TSharedPtr< ITextLayoutMarshaller > InArg |
The marshaller used to get/set the raw text to/from the text layout. | SNamingTokensEditableTextBox.h | |
WidgetArgsType & OnPreEvaluateNamingTokens
(
const FSimpleDelegate& InDelegate |
Called prior to Naming Token evaluation. Only fires if this widget is handling evaluations. | SNamingTokensEditableTextBox.h | |
WidgetArgsType & OnTextChanged
(
const FOnTextChanged& InDelegate |
Called whenever the (tokenized) text is changed interactively by the user. | SNamingTokensEditableTextBox.h | |
WidgetArgsType & OnTextCommitted
(
const FOnTextCommitted& InDelegate |
Called whenever the (tokenized) text is committed by the user. | SNamingTokensEditableTextBox.h | |
WidgetArgsType & OnValidateTokenizedText
(
const FOnVerifyTextChanged& InDelegate |
Allows custom validation. | SNamingTokensEditableTextBox.h | |
WidgetArgsType & ResolvedText
(
const TAttribute< FText >& InAttribute |
The (optional) resolved text, displayed when the text box is not focused. | SNamingTokensEditableTextBox.h | |
WidgetArgsType & Style
(
const FEditableTextBoxStyle* InArg |
The styling of the textbox. | SNamingTokensEditableTextBox.h | |
WidgetArgsType & Text
(
const TAttribute< FText >& InAttribute |
The initial text that will appear in the widget. | SNamingTokensEditableTextBox.h | |
WidgetArgsType & ValidArguments
(
const TAttribute< TConstArrayView< FString > >& InAttribute |
The list of available arguments to use in this template string. | SNamingTokensEditableTextBox.h |