Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Module alias identifier
| Name | CExprIdentifierModuleAlias |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprIdentifierModuleAlias : public uLang::CExprIdentifierBase
Inheritance Hierarchy
- CSharedMix → CAstNode → CExpressionBase → CExprIdentifierBase → CExprIdentifierModuleAlias
- CAttributable → CExpressionBase → CExprIdentifierBase → CExprIdentifierModuleAlias
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CExprIdentifierModuleAlias
(
const CModuleAlias& ModuleAlias, |
uLang/Semantics/Expression.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _ModuleAlias | const CModuleAlias & | 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 |