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