Navigation
API > API/Plugins > API/Plugins/RigVMEditor > API/Plugins/RigVMEditor/SRigVMGraphPinNameListValueWidge-
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/SRigVMGraphPinNameListValueWidget.h |
| Include Path | #include "Widgets/SRigVMGraphPinNameListValueWidget.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SRigVMGraphPinNameListValueWidget >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SRigVMGraphPinNameListValueWidget::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/SRigVMGraphPinNameListValueWidget.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/SRigVMGraphPinNameListValueWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & AllowUserProvidedText
(
bool InArg |
If set to true the user is allowed to enter custom text here | Widgets/SRigVMGraphPinNameListValueWidget.h | |
NamedSlotProperty< FArguments > Content() |
Slot for this button's content (optional) | Widgets/SRigVMGraphPinNameListValueWidget.h | |
WidgetArgsType & ContentPadding
(
const TAttribute< FMargin >& InAttribute |
Widgets/SRigVMGraphPinNameListValueWidget.h | ||
WidgetArgsType & CustomScrollbar
(
TSharedPtr< SScrollBar > InArg |
The custom scrollbar to use in the ListView | Widgets/SRigVMGraphPinNameListValueWidget.h | |
WidgetArgsType & HasDownArrow
(
bool InArg |
When false, the down arrow is not generated and it is up to the API consumer to make their own visual hint that this is a drop down. | Widgets/SRigVMGraphPinNameListValueWidget.h | |
WidgetArgsType & InitiallySelectedItem
(
TSharedPtr< FRigVMStringWithTag > InArg |
The option that should be selected when the combo box is first created | Widgets/SRigVMGraphPinNameListValueWidget.h | |
WidgetArgsType & MaxListHeight
(
float InArg |
The max height of the combo box menu | Widgets/SRigVMGraphPinNameListValueWidget.h | |
WidgetArgsType & Method
(
TOptional< EPopupMethod > InArg |
Widgets/SRigVMGraphPinNameListValueWidget.h | ||
WidgetArgsType & OnComboBoxOpening
(
const FOnComboBoxOpening& InDelegate |
Called when combo box is opened, before list is actually created | Widgets/SRigVMGraphPinNameListValueWidget.h | |
WidgetArgsType & OnGenerateWidget
(
const FOnGenerateWidget& InDelegate |
Widgets/SRigVMGraphPinNameListValueWidget.h | ||
WidgetArgsType & OnSelectionChanged
(
const FOnSelectionChanged& InDelegate |
Widgets/SRigVMGraphPinNameListValueWidget.h | ||
WidgetArgsType & OptionsSource
(
const TArray< TSharedPtr< FRigVMStringWithTag > >* InArg |
Widgets/SRigVMGraphPinNameListValueWidget.h | ||
WidgetArgsType & SearchHintText
(
FText InArg |
The visible text in the search / editable text field | Widgets/SRigVMGraphPinNameListValueWidget.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments & operator[]
(
const TSharedRef< SWidget >& InChild |
Widgets/SRigVMGraphPinNameListValueWidget.h |