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/Toolchain.h |
| Include | #include "uLang/Toolchain/Toolchain.h" |
Syntax
struct SBuildResults
Variables
| Type | Name | Description | |
|---|---|---|---|
| ECompilerResult | _CompilerResult | ||
| bool | _IOErrorsFound | ||
| ELinkerResult | _LinkerResult | ||
| SBuildStatistics | _Statistics |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | HasFailure () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| SBuildResults & | operator|=
(
const SBuildResults& Other |