Navigation
API > API/Plugins > API/Plugins/UAFEditor > API/Plugins/UAFEditor/SVariablePickerCombo
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAFEditor/Public/Variables/SVariablePickerCombo.h |
| Include Path | #include "Variables/SVariablePickerCombo.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SVariablePickerCombo >
Inheritance Hierarchy
- TSlateBaseNamedArgs< SVariablePickerCombo > → SVariablePickerCombo::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Variables/SVariablePickerCombo.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Variables/SVariablePickerCombo.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & OnGetVariableReference
(
const FOnGetVariableReference& InDelegate |
Retrieves the variable name to display | Variables/SVariablePickerCombo.h | |
WidgetArgsType & OnGetVariableType
(
const FOnGetVariableType& InDelegate |
Retrieves the variable type to display | Variables/SVariablePickerCombo.h | |
WidgetArgsType & PickerArgs
(
FVariablePickerArgs InArg |
Arguments for configuring the picker in the dropdown menu | Variables/SVariablePickerCombo.h | |
WidgetArgsType & VariableName
(
const TAttribute< FText >& InAttribute |
The variable name text to display. | Variables/SVariablePickerCombo.h | |
WidgetArgsType & VariableTooltip
(
const TAttribute< FText >& InAttribute |
The variable tooltip text to display. | Variables/SVariablePickerCombo.h |