SNameComboBox

A combo box that shows [FName](API\Runtime\Core\UObject\FName) content.

Unreal Engine C++ API Reference > Editor > GraphEditor

Inheritance Hierarchy

References

   
Module GraphEditor
Header /Engine/Source/Editor/GraphEditor/Public/SNameComboBox.h
Include #include "SNameComboBox.h"

Syntax

class SNameComboBox : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget)  

Remarks

A combo box that shows FName content.

Functions

Type Name Description
void ClearSelection () Clears the selected item in the name combo
void Construct ( const FArguments& InArgs )  
TSharedPtr< ... GetSelectedItem () Returns the currently selected FName
TSharedRef< ... MakeItemWidget ( TSharedPtr< FName > StringItem ) Called to create a widget for each FName
void RefreshOptions () Request to reload the name options in the combobox from the OptionsSource attribute
void SetSelectedItem ( TSharedPtr< FName > NewSelection )  

Classes

Type Name Description
Public struct FArguments  

Typedefs


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library