Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Toolchain
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Toolchain/IToolchainPlugin.inl |
| Include | #include "uLang/Toolchain/IToolchainPlugin.inl" |
Syntax
struct SToolchainPluginParams
Variables
| Type | Name | Description | |
|---|---|---|---|
| CAllocatorInstance & | _Allocator | ||
| const SCommandLine & | _CommandLine | ||
| TSRef< IModularFeatureRegistry > | _PluginRegistry | ||
| const SSystemParams & | _SysParams |
Constructors
| Type | Name | Description | |
|---|---|---|---|
SToolchainPluginParams
(
CAllocatorInstance& InAllocator |