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