Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FNodeClassRegistryKey
Description
Parses string representation of key into registry key. For debug and deserialization use only. Returns true if parsed successfully.
| Name | Parse |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendRegistryKey.h |
| Include Path | #include "MetasoundFrontendRegistryKey.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Private/MetasoundFrontendRegistryKey.cpp |
static bool Parse
(
const FString & InKeyString,
FNodeClassRegistryKey & OutKey
)