Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Toolchain > API/Runtime/VerseCompiler/uLang/Toolchain/CToolchainPluginManager
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Toolchain/ToolchainPluginManager.h |
| Include | #include "uLang/Toolchain/ToolchainPluginManager.h" |
| Source | /Engine/Source/Runtime/VerseCompiler/Private/uLang/Toolchain/ToolchainPluginManager.cpp |
IToolchainPlugin * LoadPluginLib
(
const char * LibName
)
Remarks
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. Null if the plugin failed to load (or failed to initialize).
Parameters
| Name | Description |
|---|---|
| LibName | The library file name to load (including the file extension). |