Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/CToolchainPluginManager
Description
Attempts to load, initialize, and spawn an interface for the specified library. The targeted library is expected to have employed the ULANG_TOOLCHAIN_PLUGIN_CLASS() macro, and be built with the same matching ULANG_API_VERSION.
| Name | LoadPluginLib |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Toolchain/ToolchainPluginManager.h |
| Include Path | #include "uLang/Toolchain/ToolchainPluginManager.h" |
| Source | /Engine/Source/Runtime/VerseCompiler/Private/uLang/Toolchain/ToolchainPluginManager.cpp |
IToolchainPlugin * LoadPluginLib
(
const char * LibName
)
Null if the plugin failed to load (or failed to initialize).
Parameters
| Name | Remarks |
|---|---|
| LibName | The library file name to load (including the file extension). |