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/SemanticAnalyzerPassUtils.h |
| Include | #include "uLang/CompilerPasses/SemanticAnalyzerPassUtils.h" |
Syntax
namespace uLang
{
enum ESemanticPass
{
SemanticPass_Invalid = 0,
SemanticPass_Types,
SemanticPass_Attributes,
SemanticPass_Code,
SemanticPass__MinValid = SemanticPass_Types,
SemanticPass__MaxValid = SemanticPass_Code,
}
}
Values
| Name | Description |
|---|---|
| SemanticPass_Invalid | |
| SemanticPass_Types | |
| SemanticPass_Attributes | |
| SemanticPass_Code | |
| SemanticPass__MinValid | |
| SemanticPass__MaxValid |
Remarks
Copyright Epic Games, Inc. All Rights Reserved. uLang Parser Public API
Copyright Epic Games, Inc. All Rights Reserved. uLang Semantic Analyzer Public API
Copyright Epic Games, Inc. All Rights Reserved. uLang IR Generator Public API
Copyright Epic Games, Inc. All Rights Reserved. uLang IR Analysis Public API
Copyright Epic Games, Inc. All Rights Reserved. uLang Semantic Analysis Public API
Copyright Epic Games, Inc. All Rights Reserved. uLang Compiler Public API
Copyright Epic Games, Inc. All Rights Reserved. uLang Version attribute filter