Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/IDocumentController > API/Plugins/MetasoundFrontend/IDocumentController/FindOrAddClass
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include | #include "MetasoundFrontendController.h" |
FConstClassAccessPtr FindOrAddClass
&40;
const FMetasoundFrontendClassMetadata & InMetadata
&41;
Remarks
Attempts to find an existing Metasound class description corresponding to a dependency which matches the provided class information. If the class is not found in the current dependencies, it is added to the dependencies. A pointer to the object, or nullptr on error.