Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
General purpose version number for Metasound Frontend objects.
| Name | FMetasoundFrontendVersionNumber |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocument.h |
| Include Path | #include "MetasoundFrontendDocument.h" |
Syntax
USTRUCT (BlueprintType )
struct FMetasoundFrontendVersionNumber
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Major | int32 | Major version number. | MetasoundFrontendDocument.h |
|
| Minor | int32 | Minor version number. | MetasoundFrontendDocument.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid() |
MetasoundFrontendDocument.h | ||
Audio::FParameterInterface::FVersion ToInterfaceVersion() |
MetasoundFrontendDocument.h | ||
FString ToString() |
MetasoundFrontendDocument.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FMetasoundFrontendVersionNumber & GetInvalid() |
MetasoundFrontendDocument.h | ||
static bool Parse
(
const FString& InString, |
MetasoundFrontendDocument.h |