Navigation
API > API/Plugins > API/Plugins/MLAdapter > API/Plugins/MLAdapter/FMLAdapterLibrarian
Description
Find the agent class with the given class name. Can be the full name or the substring after "UMLAdapterAgent_". Will return UMLAdapterAgent::StaticClass() if not found.
| Name | FindAgentClass |
| Type | function |
| Header File | /Engine/Plugins/AI/MLAdapter/Source/MLAdapter/Public/MLAdapterLibrarian.h |
| Include Path | #include "MLAdapterLibrarian.h" |
| Source | /Engine/Plugins/AI/MLAdapter/Source/MLAdapter/Private/MLAdapterLibrarian.cpp |
TSubclassOf < UMLAdapterAgent > FindAgentClass
(
const FName ClassName
) const