Navigation
API > API/Editor > API/Editor/AudioEditor
Utility class to build combo boxes out of arrays of names.
| Name | FNameSelectorGenerator |
| Type | class |
| Header File | /Engine/Source/Editor/AudioEditor/Public/SubmixDetailsCustomization.h |
| Include Path | #include "SubmixDetailsCustomization.h" |
Syntax
class FNameSelectorGenerator
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNameSelectorGenerator
(
FProtectedToken |
SubmixDetailsCustomization.h |
Structs
| Name | Remarks |
|---|---|
| FNameSelectorCallbacks | |
| FProtectedToken |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| WeakThis | TWeakPtr< FNameSelectorGenerator > | SubmixDetailsCustomization.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< SWidget > MakeNameSelectorWidget
(
TArray< FName >& InNameArray, |
Use this to generate a combo box widget. | SubmixDetailsCustomization.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FText GetComboBoxContent() |
SubmixDetailsCustomization.h | ||
FText GetComboBoxToolTip() |
SubmixDetailsCustomization.h | ||
TSharedRef< SWidget > HandleResponseComboBoxGenerateWidget
(
TSharedPtr< FName > StringItem |
SubmixDetailsCustomization.h | ||
void OnSelectionChanged
(
TSharedPtr< FName > NameItem, |
SubmixDetailsCustomization.h | ||
void SetWeakThis
(
TWeakPtr< FNameSelectorGenerator >&& InWeakThis |
This needs to be called after construction and after it has been bound to a TSharedPtr. | SubmixDetailsCustomization.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< FNameSelectorGenerator > MakeInstance() |
Makes a new instance of the name selector generator class. | SubmixDetailsCustomization.h |