Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Represents an initializer-list style construction for certain object types; i.e.: Type{expr1, id=expr2, ...}
| Name | CExprArchetypeInstantiation |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprArchetypeInstantiation : public uLang::CExpressionBase
Inheritance Hierarchy
- CSharedMix → CAstNode → CExpressionBase → CExprArchetypeInstantiation
- CAttributable → CExpressionBase → CExprArchetypeInstantiation
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CExprArchetypeInstantiation
(
TSRef< CExpressionBase >&& ClassAst, |
uLang/Semantics/Expression.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _bIsDynamicConcreteType | const bool | uLang/Semantics/Expression.h | ||
| _BodyAst | CExprMacroCall::CClause | uLang/Semantics/Expression.h | ||
| _ClassAst | TSRef< CExpressionBase > | uLang/Semantics/Expression.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _Arguments | TSRefArray< CExpressionBase > | uLang/Semantics/Expression.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32_t AppendArgument
(
TSRef< CExpressionBase >&& Argument |
uLang/Semantics/Expression.h | ||
const TSRefArray< CExpressionBase > & Arguments() |
uLang/Semantics/Expression.h | ||
const CNominalType * GetClassOrInterface
(
const CSemanticProgram& Program |
uLang/Semantics/Expression.h |
Overridden from CExpressionBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanFail
(
const CAstPackage* Package |
Returns whether the expression may fail. | 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 void VisitChildren
(
SAstVisitor& Visitor |
Iterates over this AST node's direct children, calling Visitor.Visit for each child. | 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 |