41 public TSharedFromThis<FDialogueMultiLineEditableTextBox_CustomRowHelper>
53#define CREATE_OPTIONS_SETTER(_NameMethod, _VariableType, _OptionVariableName) \
54 Self& _NameMethod(_VariableType InVariableValue) \
56 Options._OptionVariableName = InVariableValue; \
71#undef CREATE_OPTIONS_SETTER
#define CREATE_OPTIONS_SETTER(_NameMethod, _VariableType, _OptionVariableName)
FDialogueMultiLineEditableTextBox_CustomRowHelper Self
FDialogueTextChangedDelegate & OnTextChangedEvent()
FDialogueMultiLineEditableTextBoxOptions Options
Self & ModiferKeyForNewLine(EModifierKey::Type InVariableValue)
FDialogueTextCommitedDelegate & OnTextCommittedEvent()
Self & ForegroundColor(const TAttribute< FSlateColor > &InVariableValue)
TSharedPtr< IEditableTextProperty > EditableTextProperty
TSharedPtr< SDialogueTextPropertyEditableTextBox > TextBoxWidget
Self & Font(const TAttribute< FSlateFontInfo > &InVariableValue)
Self & AutoWrapText(bool InVariableValue)
Self & ReadOnlyForegroundColor(const TAttribute< FSlateColor > &InVariableValue)
Self & SelectAllTextOnCommit(bool InVariableValue)
Self & ClearKeyboardFocusOnCommit(bool InVariableValue)
FDialogueMultiLineEditableTextBox_CustomRowHelper(FDetailWidgetRow *InDetailWidgetRow, const TSharedPtr< IPropertyHandle > &InPropertyHandle)
Self & Style(const FEditableTextBoxStyle &InVariableValue)
Self & WrapTextAt(float InVariableValue)
Self & SelectAllTextWhenFocused(bool InVariableValue)
FDialogueTextCommitedDelegate TextCommittedEvent
TAttribute< FSlateColor > ReadOnlyForegroundColor
FDialogueMultiLineEditableTextBoxOptions Self
TAttribute< FSlateColor > ForegroundColor