Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/CExprBinaryAwaitOp
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CExprBinaryAwaitOp
(
TSRefArray< CExpressionBase > DomainExprs, |
uLang/Semantics/Expression.h | ||
CExprBinaryAwaitOp
(
int32_t NumReservedDomainExprs, |
uLang/Semantics/Expression.h |
CExprBinaryAwaitOp(TSRefArray< CExpressionBase >, TSRefArray< CExpressionBase >)
| Name | CExprBinaryAwaitOp |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
CExprBinaryAwaitOp
(
TSRefArray< CExpressionBase > DomainExprs,
TSRefArray< CExpressionBase > RangeExprs
)
CExprBinaryAwaitOp(int32_t, int32_t)
| Name | CExprBinaryAwaitOp |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
CExprBinaryAwaitOp
(
int32_t NumReservedDomainExprs,
int32_t NumReservedRangeExprs
)