Navigation
API > API/Editor > API/Editor/AudioEditor
Inheritance Hierarchy
- TSharedFromThis
- FNameSelectorGenerator
- FEndpointSubmixDetailsCustomization
- FSoundfieldEndpointSubmixDetailsCustomization
References
Module | AudioEditor |
Header | /Engine/Source/Editor/AudioEditor/Public/SubmixDetailsCustomization.h |
Include | #include "SubmixDetailsCustomization.h" |
Syntax
class FNameSelectorGenerator : public TSharedFromThis< FNameSelectorGenerator >
Remarks
Utility class to build combo boxes out of arrays of names.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FNameSelectorCallbacks | CachedCallbacks | |
![]() |
TArray< TSharedPtr< FName > > | CachedNameArray |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FText | ||
![]() ![]() |
FText | ||
![]() |
TSharedRef< SWidget > | HandleResponseComboBoxGenerateWidget
(
TSharedPtr< FName > StringItem |
|
![]() |
TSharedRef< SWidget > | MakeNameSelectorWidget
(
TArray< FName >& InNameArray, |
Use this to generate a combo box widget. |
![]() |
void | OnSelectionChanged
(
TSharedPtr< FName > NameItem, |
Classes
Type | Name | Description | |
---|---|---|---|
![]() |
FNameSelectorCallbacks |