Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Create an array value Can have zero or more subexpressions
| Name | CExprMakeArray |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprMakeArray : public uLang::CExprCompoundBase
Inheritance Hierarchy
- CSharedMix → CAstNode → CExpressionBase → CExprCompoundBase → CExprMakeArray
- CAttributable → CExpressionBase → CExprCompoundBase → CExprMakeArray
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CExprMakeArray
(
int32_t ReserveSubExprNum |
uLang/Semantics/Expression.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const CArrayType * GetArrayType
(
const CSemanticProgram& Program |
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 |