Navigation
API > API/Runtime > API/Runtime/VerseCompiler
| Name | ISemanticAnalyzerPass |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/CompilerPasses/ISemanticAnalyzerPass.h |
| Include Path | #include "uLang/CompilerPasses/ISemanticAnalyzerPass.h" |
Syntax
class ISemanticAnalyzerPass : public uLang::TModularFeature< ISemanticAnalyzerPass >
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CleanUp() |
uLang/CompilerPasses/ISemanticAnalyzerPass.h | ||
void Initialize
(
const SBuildContext& BuildContext, |
uLang/CompilerPasses/ISemanticAnalyzerPass.h | ||
TSRef< CSemanticProgram > ProcessVst
(
const Verse::Vst::Project& Vst, |
uLang/CompilerPasses/ISemanticAnalyzerPass.h |