Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FNodeClassRegistryKey
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Returns string representation of key. | MetasoundFrontendRegistryKey.h | ||
| Convenience function to convert to a string representation of the given key with a scope header (primarily for tracing). | MetasoundFrontendRegistryKey.h |
ToString()
Description
Returns string representation of key.
| Name | ToString |
| 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 |
FString ToString() const
ToString(const FString &)
Description
Convenience function to convert to a string representation of the given key with a scope header (primarily for tracing).
| Name | ToString |
| 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 |
FString ToString
(
const FString & InScopeHeader
) const