Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendRegistries.h |
| Include | #include "MetasoundFrontendRegistries.h" |
Syntax
struct FNodeClassInfo
Remarks
FNodeClassInfo contains a minimal set of information needed to find and query node classes.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGuid | AssetClassID | The ID used for the Asset Classes. If zero, class is natively defined. | |
| FSoftObjectPath | AssetPath | Path to asset containing graph if external type and references asset class. | |
| bool | bIsPreset | Whether or not class is preset. | |
| FMetasoundFrontendClassName | ClassName | ClassName of the given class. | |
| TSet< FName > | InputTypes | Types of class inputs. | |
| TSet< FName > | OutputTypes | Types of class outputs. | |
| EMetasoundFrontendClassType | Type | The type of this node class. | |
| FMetasoundFrontendVersionNumber | Version | Version of the registered class. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNodeClassInfo
(
const FMetasoundFrontendClassMetadata& InMetadata |
Constructor used to generate NodeClassInfo from a native class' Metadata. | ||
FNodeClassInfo
(
const FMetasoundFrontendGraphClass& InClass, |
Constructor used to generate NodeClassInfo from an asset. |