Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Represents the `(local:) qualifier_.
| Name | CExprLocal |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprLocal : public uLang::CExprIdentifierBase
Inheritance Hierarchy
- CSharedMix → CAstNode → CExpressionBase → CExprIdentifierBase → CExprLocal
- CAttributable → CExpressionBase → CExprIdentifierBase → CExprLocal
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CExprLocal
(
const CScope& Scope |
uLang/Semantics/Expression.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _Scope | const CScope & | uLang/Semantics/Expression.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const CScope & GetScope() |
uLang/Semantics/Expression.h |
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 |