Navigation
API > API/Plugins > API/Plugins/MetasoundEngine > API/Plugins/MetasoundEngine/FDocumentBuilderRegistry > API/Plugins/MetasoundEngine/FDocumentBuilderRegistry/FindBuilderObject
References
| Module | MetasoundEngine |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundDocumentBuilderRegistry.h |
| Include | #include "MetasoundDocumentBuilderRegistry.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Private/MetasoundDocumentBuilderRegistry.cpp |
UMetaSoundBuilderBase * FindBuilderObject
(
const FMetasoundFrontendClassName & InClassName,
const FTopLevelAssetPath & AssetPath
) const
Remarks
Returns the builder object associated with the given ClassName if one is registered and active. Optionally, if provided the AssetPath and there is a conflict (i.e. more than one asset is registered with a given ClassName), will return the one with the provided AssetPath. Otherwise, will arbitrarily return one.