Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/CompilerPasses
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/CompilerPasses/CompilerTypes.h |
| Include | #include "uLang/CompilerPasses/CompilerTypes.h" |
Syntax
struct SToolchainInjections
Remarks
Collection of all injection types for the toolchain conveniently bundled up for portability.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSRefArray< IIntraSemAnalysisInjection > | _IntraSemAnalysisInjections | ||
| TSRefArray< IPostParseInjection > | _PostParseInjections | ||
| TSRefArray< IPostSemAnalysisInjection > | _PostSemAnalysisInjections | ||
| TSRefArray< IPreLinkInjection > | _PreLinkInjections | ||
| TSRefArray< IPreParseInjection > | _PreParseInjections | ||
| TSRefArray< IPreSemAnalysisInjection > | _PreSemAnalysisInjections | ||
| TSRefArray< IPreTranslateInjection > | _PreTranslateInjections |