Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Persistent data from consecutive toolchain runs provides a holistic view of the entire program.
| Name | SProgramContext |
| Type | struct |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/CompilerPasses/CompilerTypes.h |
| Include Path | #include "uLang/CompilerPasses/CompilerTypes.h" |
Syntax
struct SProgramContext
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SProgramContext
(
const TSRef< CSemanticProgram >& Program |
uLang/CompilerPasses/CompilerTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _Program | TSRef< CSemanticProgram > | Whole view of checked program ready for conversion to runtime equivalent - its types, routines and code bodies of expressions. | uLang/CompilerPasses/CompilerTypes.h |