Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendRegistryKey.h |
| Include | #include "MetasoundFrontendRegistryKey.h" |
Syntax
struct FNodeRegistryKey
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMetasoundFrontendClassName | ClassName | ||
| EMetasoundFrontendClassType | Type | ||
| FMetasoundFrontendVersionNumber | Version |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNodeRegistryKey
(
const FNodeClassMetadata& InNodeMetadata |
|||
FNodeRegistryKey
(
const FMetasoundFrontendClassMetadata& InNodeMetadata |
|||
FNodeRegistryKey
(
const FMetasoundFrontendGraphClass& InGraphClass |
|||
FNodeRegistryKey
(
const FNodeClassInfo& InClassInfo |
|||
FNodeRegistryKey
(
const FString& InKeyString |
|||
FNodeRegistryKey
(
EMetasoundFrontendClassType InType, |
|||
FNodeRegistryKey
(
EMetasoundFrontendClassType InType, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FNodeRegistryKey & | GetInvalid () |
Returns invalid (default constructed) key. | |
| bool | IsEmpty () |
||
| bool | IsValid () |
Returns whether or not instance is valid or not. | |
| bool | Parse
(
const FString& InKeyString, |
Parses string representation of key into registry key. | |
| void | Reset () |
Resets the key back to an invalid default state. | |
| FString | ToString () |
Returns string representation of key. | |
| FString | Convenience function to convert to a string representation of the given key with a scope header (primarily for tracing). |