Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendRegistries.h |
Include |
#include "MetasoundFrontendRegistries.h" |
struct FNodeClassInfo
FNodeClassInfo contains a minimal set of information needed to find and query node classes.
Name | Description | ||
---|---|---|---|
|
AssetClassID |
The ID used for the Asset Classes. If zero, class is natively defined. |
|
|
AssetPath |
Path to asset containing graph if external type and references asset class. |
|
|
ClassName |
ClassName of the given class. |
|
|
InputTypes |
Types of class inputs. |
|
|
OutputTypes |
Types of class outputs. |
|
|
Type |
The type of this node class. |
|
|
Version |
Version of the registered class. |
Name | Description | |
---|---|---|
|
FNodeClassInfo() |
|
|
FNodeClassInfo ( |
Constructor used to generate NodeClassInfo from a native class' Metadata. |
|
FNodeClassInfo ( |
Constructor used to generate NodeClassInfo from an asset. |
Name | Description | ||
---|---|---|---|
|
UObject *... |
LoadAsset() |
Loads the asset from the provided path, ensuring that the class is of type graph. |