Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Semantics > API/Runtime/VerseCompiler/uLang/Semantics/CExpressionBase
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include | #include "uLang/Semantics/Expression.h" |
Syntax
struct SAnalysisResult
Remarks
Analysis Results.
Variables
| Type | Name | Description | |
|---|---|---|---|
| const CTypeBase * | ResultType | The type to which this node evaluates. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const SAnalysisResult& Other |