Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
| Name | FGraphClassRegistryKey |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendRegistryKey.h |
| Include Path | #include "MetasoundFrontendRegistryKey.h" |
Syntax
struct FGraphClassRegistryKey
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AssetPath | FTopLevelAssetPath | MetasoundFrontendRegistryKey.h | ||
| NodeKey | FNodeClassRegistryKey | MetasoundFrontendRegistryKey.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid() |
MetasoundFrontendRegistryKey.h | ||
FString ToString () |
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 |