SNameComboBox

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

Windows
MacOS
Linux

Inheritance Hierarchy

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

Name Description

Public function

void

 

ClearSelection()

Clears the selected item in the name combo

Public function

void

 

Construct

(
    const FArguments& InArgs
)

Public function

TSharedPtr< ...

 

GetSelectedItem()

Returns the currently selected FName

Public function

TSharedRef< ...

 

MakeItemWidget

(
    TSharedPtr< FName > StringItem
)

Called to create a widget for each FName

Public function

void

 

RefreshOptions()

Request to reload the name options in the combobox from the OptionsSource attribute

Public function

void

 

SetSelectedItem

(
    TSharedPtr< FName > NewSelection
)

Classes

Name

Description

Public struct

FArguments

Typedefs

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss