Navigation
API > API/Plugins > API/Plugins/TechAudioToolsMetaSoundEditor
Editor viewmodel class for MetaSound outputs. Extends the runtime MetaSoundOutputViewModel with editor-only functionality.
| Name | UMetaSoundOutputEditorViewModel |
| Type | class |
| Header File | /Engine/Plugins/Experimental/TechAudioTools/Source/TechAudioToolsMetaSoundEditor/Public/ViewModels/MetaSoundEditorViewModel.h |
| Include Path | #include "ViewModels/MetaSoundEditorViewModel.h" |
Syntax
UCLASS (MinimalAPI, DisplayName="MetaSound Output Editor Viewmodel")
class UMetaSoundOutputEditorViewModel : public UMetaSoundOutputViewModel
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMVVMViewModelBase → UMetaSoundOutputViewModel → UMetaSoundOutputEditorViewModel
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FText GetOutputDescription() |
ViewModels/MetaSoundEditorViewModel.h | ||
FText GetOutputDisplayName() |
ViewModels/MetaSoundEditorViewModel.h | ||
int32 GetSortOrderIndex() |
ViewModels/MetaSoundEditorViewModel.h | ||
bool IsAdvancedDisplay() |
ViewModels/MetaSoundEditorViewModel.h | ||
void OnOutputDescriptionChanged
(
const FText& NewDescription |
ViewModels/MetaSoundEditorViewModel.h | ||
void OnOutputDisplayNameChanged
(
const FText& NewDisplayName |
ViewModels/MetaSoundEditorViewModel.h | ||
void OnOutputIsAdvancedDisplayChanged
(
const bool NewIsAdvancedDisplay |
ViewModels/MetaSoundEditorViewModel.h | ||
void OnOutputSortOrderIndexChanged
(
const int32 NewSortOrderIndex |
ViewModels/MetaSoundEditorViewModel.h | ||
void SetIsAdvancedDisplay
(
bool bInIsAdvancedDisplay |
ViewModels/MetaSoundEditorViewModel.h | ||
void SetOutputDescription
(
const FText& InDescription |
ViewModels/MetaSoundEditorViewModel.h | ||
void SetOutputDisplayName
(
const FText& InDisplayName |
ViewModels/MetaSoundEditorViewModel.h | ||
void SetSortOrderIndex
(
int32 InSortOrderIndex |
ViewModels/MetaSoundEditorViewModel.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsEditorOnly() |
ViewModels/MetaSoundEditorViewModel.h |