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