Navigation
API > API/Plugins > API/Plugins/TechAudioToolsMetaSound
Viewmodel for binding an integer-type MetaSound Literal with a widget.
| Name | UMetaSoundLiteralViewModel_Integer |
| Type | class |
| Header File | /Engine/Plugins/Experimental/TechAudioTools/Source/TechAudioToolsMetaSound/Public/ViewModels/MetaSoundLiteralViewModel.h |
| Include Path | #include "ViewModels/MetaSoundLiteralViewModel.h" |
Syntax
UCLASS (BlueprintType, EditInlineNew, DefaultToInstanced, CollapseCategories,
DisplayName="MetaSound Literal Integer Viewmodel")
class UMetaSoundLiteralViewModel_Integer : public UMVVMViewModelBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMVVMViewModelBase → UMetaSoundLiteralViewModel_Integer
Implements Interfaces
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsUpdating | bool | ViewModels/MetaSoundLiteralViewModel.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FMetasoundFrontendLiteral & GetLiteral() |
ViewModels/MetaSoundLiteralViewModel.h | ||
float GetNormalizedValue() |
ViewModels/MetaSoundLiteralViewModel.h | ||
int32 GetSourceValue() |
ViewModels/MetaSoundLiteralViewModel.h | ||
float GetStepSize() |
ViewModels/MetaSoundLiteralViewModel.h |
|
|
void SetLiteral
(
const FMetasoundFrontendLiteral& InLiteral |
ViewModels/MetaSoundLiteralViewModel.h | ||
void SetNormalizedValue
(
float InNormalizedValue |
ViewModels/MetaSoundLiteralViewModel.h | ||
void SetSourceValue
(
int32 InSourceValue |
ViewModels/MetaSoundLiteralViewModel.h |