Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FMetaSoundFrontendDocumentBuilde-
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocumentBuilder.h |
| Include | #include "MetasoundFrontendDocumentBuilder.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Private/MetasoundFrontendDocumentBuilder.cpp |
FMetasoundFrontendClassName GenerateNewClassName()
Remarks
Generates and returns new class name for the given builder's document. Should be used with extreme caution (i.e. on new assets, when migrating assets, or upon generation of transient MetaSounds), as using a persistent builder registered with the DocumentBuilderRegistry may result in stale asset records keyed off of an undefined class name. In addition, this can potentially leave existing node references in an abandoned state to this class causing asset validation errors.