A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
DialogueMultiLineEditableTextBox_CustomRowHelper.h File Reference
#include "DetailWidgetRow.h"
#include "Widgets/Input/SMultiLineEditableTextBox.h"
#include "DialogueBase_CustomRowHelper.h"
#include "SDialogueTextPropertyEditableTextBox.h"
Include dependency graph for DialogueMultiLineEditableTextBox_CustomRowHelper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FDialogueMultiLineEditableTextBox_CustomRowHelper
 
struct  FDialogueMultiLineEditableTextBoxOptions
 

Macros

#define CREATE_OPTIONS_SETTER(_NameMethod, _VariableType, _OptionVariableName)
 

Macro Definition Documentation

◆ CREATE_OPTIONS_SETTER

#define CREATE_OPTIONS_SETTER ( _NameMethod,
_VariableType,
_OptionVariableName )
Value:
Self& _NameMethod(_VariableType InVariableValue) \
{ \
Options._OptionVariableName = InVariableValue; \
return *this; \
}

Definition at line 53 of file DialogueMultiLineEditableTextBox_CustomRowHelper.h.