Navigation
API > API/Plugins > API/Plugins/TechAudioToolsMetaSound
Collection of conversion functions to use with MetaSound Viewmodels.
| Name | UMetaSoundViewModelConversionFunctions |
| Type | class |
| Header File | /Engine/Plugins/Experimental/TechAudioTools/Source/TechAudioToolsMetaSound/Public/ViewModels/MetaSoundViewModelConversionFunctions.h |
| Include Path | #include "ViewModels/MetaSoundViewModelConversionFunctions.h" |
Syntax
UCLASS (MinimalAPI)
class UMetaSoundViewModelConversionFunctions : public UBlueprintFunctionLibrary
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBlueprintFunctionLibrary → UMetaSoundViewModelConversionFunctions
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UMetaSoundInputViewModel * FindInputViewModelByName
(
const TArray< UMetaSoundInputViewModel* >& MetaSoundInputViewModels, |
Searches the given array of MetaSoundInputViewModels for the specified input. Returns nullptr if unable to find a matching viewmodel. | ViewModels/MetaSoundViewModelConversionFunctions.h |
|
static UMetaSoundOutputViewModel * FindOutputViewModelByName
(
const TArray< UMetaSoundOutputViewModel* >& MetaSoundOutputViewModels, |
Searches the given array of MetaSoundOutputViewModels for the specified output. Returns nullptr if unable to find a matching viewmodel. | ViewModels/MetaSoundViewModelConversionFunctions.h |
|
static FText GetLiteralValueAsText
(
const FMetasoundFrontendLiteral& Literal |
Returns the value of the given MetaSound Literal as a text value. | ViewModels/MetaSoundViewModelConversionFunctions.h |
|
static bool IsArrayType
(
const FName& DataType, |
Returns true if the given MetaSound data type is registered and can be used as an array type. | ViewModels/MetaSoundViewModelConversionFunctions.h |
|
static bool IsConstructorType
(
const FName& DataType, |
Returns true if the given MetaSound data type is registered and can be used for constructor pins. | ViewModels/MetaSoundViewModelConversionFunctions.h |
|
static bool IsInterfaceMember
(
const FName& MemberName, |
ViewModels/MetaSoundViewModelConversionFunctions.h |
|