Navigation
API > API/Plugins > API/Plugins/RigVMEditor > API/Plugins/RigVMEditor/Widgets > API/Plugins/RigVMEditor/Widgets/SRigVMGraphPinNameListValueWidge-
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SRigVMGraphPinNameListValueWidget::FArguments
References
| Module | RigVMEditor |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/SRigVMGraphPinNameListValueWidget.h |
| Include | #include "Widgets/SRigVMGraphPinNameListValueWidget.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SRigVMGraphPinNameListValueWidget >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | AllowUserProvidedText
(
bool InArg |
If set to true the user is allowed to enter custom text here | |
| NamedSlotProperty< FArguments > | Content () |
Slot for this button's content (optional) | |
| WidgetArgsType & | ContentPadding
(
const TAttribute< FMargin >& InAttribute |
||
| WidgetArgsType & | CustomScrollbar
(
TSharedPtr< SScrollBar > InArg |
The custom scrollbar to use in the ListView | |
| 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. | |
| WidgetArgsType & | InitiallySelectedItem
(
TSharedPtr< FString > InArg |
The option that should be selected when the combo box is first created | |
| WidgetArgsType & | MaxListHeight
(
float InArg |
The max height of the combo box menu | |
| WidgetArgsType & | |||
| WidgetArgsType & | OnComboBoxOpening
(
const FOnComboBoxOpening& InDelegate |
Called when combo box is opened, before list is actually created | |
| WidgetArgsType & | OnGenerateWidget
(
const FOnGenerateWidget& InDelegate |
||
| WidgetArgsType & | OnSelectionChanged
(
const FOnSelectionChanged& InDelegate |
||
| WidgetArgsType & | OptionsSource
(
const TArray< TSharedPtr< FString > >* InArg |
||
| WidgetArgsType & | SearchHintText
(
FText InArg |
The visible text in the search / editable text field |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FArguments & | operator[]
(
const TSharedRef< SWidget >& InChild |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |