Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Expression that evaluates to the path of the current scope, plus a given symbol, semantic analysis replaces this node with a CExprString
| Name | CExprPathPlusSymbol |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprPathPlusSymbol : public uLang::CExpressionBase
Inheritance Hierarchy
- CSharedMix → CAstNode → CExpressionBase → CExprPathPlusSymbol
- CAttributable → CExpressionBase → CExprPathPlusSymbol
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CExprPathPlusSymbol
(
const CSymbol& Symbol |
uLang/Semantics/Expression.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _Symbol | const CSymbol | 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 |