Navigation
API > API/Editor > API/Editor/GraphEditor
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SNameComboBox
References
| Module | GraphEditor |
| Header | /Engine/Source/Editor/GraphEditor/Public/SNameComboBox.h |
| Include | #include "SNameComboBox.h" |
Syntax
class SNameComboBox : public SCompoundWidget
Remarks
A combo box that shows FName content.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Clears the selected item in the name combo | ||
| void | Construct
(
const FArguments& InArgs |
||
| TSharedPtr< FName > | Returns the currently selected FName | ||
| TSharedRef< SWidget > | MakeItemWidget
(
TSharedPtr< FName > StringItem |
Called to create a widget for each FName | |
| void | Request to reload the name options in the combobox from the OptionsSource attribute | ||
| void | SetSelectedItem
(
TSharedPtr< FName > NewSelection |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |
Typedefs
| Name | Description |
|---|---|
| FGetNameComboLabel | |
| FOnNameSelectionChanged |