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