Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FMetasoundFrontendClassName
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString ToString () |
Return string version of full name. | MetasoundFrontendDocument.h | |
void ToString
(
FNameBuilder& NameBuilder |
Return a string into an existing FNameBuilder. | MetasoundFrontendDocument.h |
ToString()
Description
Return string version of full name.
| Name | ToString |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocument.h |
| Include Path | #include "MetasoundFrontendDocument.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Private/MetasoundFrontendDocument.cpp |
FString ToString() const
ToString(FNameBuilder &)
Description
Return a string into an existing FNameBuilder.
| Name | ToString |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocument.h |
| Include Path | #include "MetasoundFrontendDocument.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Private/MetasoundFrontendDocument.cpp |
void ToString
(
FNameBuilder & NameBuilder
) const