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