Navigation
API > API/Runtime > API/Runtime/VerseCompiler
An unresolved type identifier that is produced by desugaring, and consumed by analysis.
| Name | CExprIdentifierUnresolved |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprIdentifierUnresolved : public uLang::CExprIdentifierBase
Inheritance Hierarchy
- CSharedMix → CAstNode → CExpressionBase → CExprIdentifierBase → CExprIdentifierUnresolved
- CAttributable → CExpressionBase → CExprIdentifierBase → CExprIdentifierUnresolved
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CExprIdentifierUnresolved
(
const CSymbol& Symbol, |
uLang/Semantics/Expression.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _bAllowReservedOperators | const bool | uLang/Semantics/Expression.h | ||
| _bAllowUnrestrictedAccess | bool | Used for some internal compiler-generated code that is allowed to lookup identifiers that are otherwise restricted (private, internal, ...) | uLang/Semantics/Expression.h | |
| _Symbol | const CSymbol | uLang/Semantics/Expression.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GrantUnrestrictedAccess() |
Use with extreme caution! Setting this allows this identifier lookup to succeed where it would otherwise fail due to not having permission | 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 | ||
virtual bool MayHaveAttributes() |
uLang/Semantics/Expression.h | ||
virtual void VisitImmediates
(
SAstVisitor& Visitor |
Iterates over this AST node's immediate fields, calling Visitor.VisitImmediate for each immediate field. | uLang/Semantics/Expression.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool operator==
(
const CExpressionBase& Other |
uLang/Semantics/Expression.h |