Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/CExprMakeTuple
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| uLang/Semantics/Expression.h | |||
CExprCompoundBase
(
int32_t ReserveSubExprNum, |
uLang/Semantics/Expression.h | ||
CExprCompoundBase
(
TSPtrArray< CExpressionBase >&& SubExprs, |
uLang/Semantics/Expression.h | ||
CExprCompoundBase
(
TSPtr< CExpressionBase >&& SubExpr1, |
uLang/Semantics/Expression.h |
CExprCompoundBase()
| Name | CExprCompoundBase |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
CExprCompoundBase()
CExprCompoundBase(int32_t, EVstMappingType)
| Name | CExprCompoundBase |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
CExprCompoundBase
(
int32_t ReserveSubExprNum,
EVstMappingType VstMappingType
)
CExprCompoundBase(TSPtrArray< CExpressionBase > &&, EVstMappingType)
| Name | CExprCompoundBase |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
CExprCompoundBase
(
TSPtrArray< CExpressionBase > && SubExprs,
EVstMappingType VstMappingType
)
CExprCompoundBase(TSPtr< CExpressionBase > &&, TSPtr< CExpressionBase > &&)
| Name | CExprCompoundBase |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
CExprCompoundBase
(
TSPtr< CExpressionBase > && SubExpr1,
TSPtr< CExpressionBase > && SubExpr2
)