Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Access to instance function members
| Name | CExprIdentifierFunction |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprIdentifierFunction : public uLang::CExprIdentifierBase
Inheritance Hierarchy
- CSharedMix → CAstNode → CExpressionBase → CExprIdentifierBase → CExprIdentifierFunction
- CAttributable → CExpressionBase → CExprIdentifierBase → CExprIdentifierFunction
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CExprIdentifierFunction
(
const CFunction& Function, |
uLang/Semantics/Expression.h | ||
CExprIdentifierFunction
(
const CFunction& Function, |
uLang/Semantics/Expression.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _bSuperQualified | const bool | uLang/Semantics/Expression.h | ||
| _ConstructorCaptureScope | const CCaptureScope * | uLang/Semantics/Expression.h | ||
| _ConstructorNegativeReturnType | const CTypeBase * | uLang/Semantics/Expression.h | ||
| _Function | const CFunction & | uLang/Semantics/Expression.h | ||
| _InstantiatedTypeVariables | TArray< SInstantiatedTypeVariable > | [CFlowType](API\Runtime\VerseCompiler\CFlowType)_s created as part of instantiating Function. |
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 | ||
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 |