Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Represents a type alias definition in the AST.
| Name | CExprTypeAliasDefinition |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprTypeAliasDefinition : public uLang::CExprDefinition
Inheritance Hierarchy
- CSharedMix → CAstNode → CExpressionBase → CExprDefinition → CExprTypeAliasDefinition
- CAttributable → CExpressionBase → CExprDefinition → CExprTypeAliasDefinition
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CExprTypeAliasDefinition
(
const TSRef< CTypeAlias >& TypeAlias, |
uLang/Semantics/Expression.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~CExprTypeAliasDefinition() |
uLang/Semantics/Expression.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _TypeAlias | const TSRef< CTypeAlias > | uLang/Semantics/Expression.h |
Functions
Public
Overridden from CAstNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual CUTF8String GetErrorDesc() |
Text methods. | uLang/Semantics/Expression.h | |
virtual EAstNodeType GetNodeType() |
uLang/Semantics/Expression.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool operator==
(
const CExpressionBase& Other |
uLang/Semantics/Expression.h |