Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/CExprTupleElement
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CExprTupleElement
(
CExprInvocation& Invocation |
uLang/Semantics/Expression.h | ||
CExprTupleElement
(
TSPtr< CExpressionBase > TupleExpr, |
uLang/Semantics/Expression.h |
CExprTupleElement(CExprInvocation &)
| Name | CExprTupleElement |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
CExprTupleElement
(
CExprInvocation & Invocation
)
CExprTupleElement(TSPtr< CExpressionBase >, Integer, const Verse::Vst::Node *)
| Name | CExprTupleElement |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
CExprTupleElement
(
TSPtr< CExpressionBase > TupleExpr,
Integer ElemIdx,
const Verse::Vst::Node * MappedVstNode
)