Navigation
API > API/Plugins > API/Plugins/RigVMEditor > API/Plugins/RigVMEditor/Widgets
Inheritance Hierarchy
- SPanel
- IMenuHost
- SMenuAnchor
- SComboButton
- SRigVMGraphPinEditableNameValueWidget
References
| Module | RigVMEditor |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/SRigVMGraphPinEditableNameValueWidget.h |
| Include | #include "Widgets/SRigVMGraphPinEditableNameValueWidget.h" |
Syntax
class SRigVMGraphPinEditableNameValueWidget : public SComboButton
Remarks
A searchable text combo box
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | Construct
(
const FArguments& InArgs |
Construct the widget from a declaration | |
| TSharedPtr< FString > | |||
| void | Requests a list refresh after updating options Call SetSelectedItem to update the selected item if required | ||
| void | SetSelectedItem
(
TSharedPtr< FString > InSelectedItem |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |
Typedefs
| Name | Description |
|---|---|
| FOnGenerateWidget | Delegate type used to generate widgets that represent Options |
| FOnSelectionChanged | |
| SComboListType | Type of list used for showing menu options. |