Navigation
API > API/Runtime > API/Runtime/VerseCompiler
| Name | SBuildResults |
| Type | struct |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Toolchain/Toolchain.h |
| Include Path | #include "uLang/Toolchain/Toolchain.h" |
Syntax
struct SBuildResults
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _CompilerResult | ECompilerResult | uLang/Toolchain/Toolchain.h | ||
| _IOErrorsFound | bool | uLang/Toolchain/Toolchain.h | ||
| _LinkerResult | ELinkerResult | uLang/Toolchain/Toolchain.h | ||
| _Statistics | SBuildStatistics | uLang/Toolchain/Toolchain.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool HasFailure() |
uLang/Toolchain/Toolchain.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SBuildResults & operator|=
(
const SBuildResults& Other |
uLang/Toolchain/Toolchain.h |