Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocument.h |
| Include | #include "MetasoundFrontendDocument.h" |
Syntax
USTRUCT&40;&41;
struct FMetasoundFrontendClassMetadata
Functions
| Type | Name | Description | |
|---|---|---|---|
| FMetasoundFrontendClassMetadata | GenerateClassMetadata
(
const Metasound::FNodeClassMetadata& InNodeClassMetadata, |
Generates class metadata intended to be used as a registry descriptor from FNodeClassMetadata. Does not initialize a change ID as it is not considered to be transactional. | |
| bool | Deprecated field in favor of GraphClass PresetOptions. | ||
| const FString & | GetAuthor () |
||
| FName | |||
| const TArray< FText > & | |||
| FName | |||
| const FGuid & | GetChangeID () |
||
| const FMetasoundFrontendClassName & | GetClassName () |
||
| FName | |||
| const FText & | |||
| FName | |||
| const FText & | |||
| FName | |||
| bool | |||
| FName | |||
| const TArray< FText > & | GetKeywords () |
||
| FName | |||
| const FText & | |||
| EMetasoundFrontendClassType | GetType () |
||
| const FMetasoundFrontendVersionNumber & | GetVersion () |
||
| FName | |||
| void | |||
| void | SetCategoryHierarchy
(
const TArray< FText >& InCategoryHierarchy |
||
| void | SetClassName
(
const FMetasoundFrontendClassName& InClassName |
||
| void | SetDescription
(
const FText& InDescription |
||
| void | SetDisplayName
(
const FText& InDisplayName |
||
| void | SetIsDeprecated
(
bool bInIsDeprecated |
||
| void | SetKeywords
(
const TArray< FText >& InKeywords |
||
| void | SetPromptIfMissing
(
const FText& InPromptIfMissing |
||
| void | SetSerializeText
(
bool bInSerializeText |
||
| void | SetType
(
const EMetasoundFrontendClassType InType |
||
| void | SetVersion
(
const FMetasoundFrontendVersionNumber& InVersion |