Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/CExprInvocation
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CExprInvocation
(
TSRef< CExpressionBase >&& Argument |
uLang/Semantics/Expression.h | ||
CExprInvocation
(
CExprInvocation&& Rhs |
uLang/Semantics/Expression.h | ||
CExprInvocation
(
EBracketingStyle CallsiteBracketStyle, |
uLang/Semantics/Expression.h | ||
CExprInvocation
(
EBracketingStyle CallsiteBracketStyle, |
uLang/Semantics/Expression.h |
CExprInvocation(TSRef< CExpressionBase > &&)
| Name | CExprInvocation |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
CExprInvocation
(
TSRef< CExpressionBase > && Argument
)
CExprInvocation(CExprInvocation &&)
| Name | CExprInvocation |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
CExprInvocation
(
CExprInvocation && Rhs
)
CExprInvocation(EBracketingStyle, TCallee &&, TArgument &&)
| Name | CExprInvocation |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
template<typename TCallee, typename TArgument>
CExprInvocation
(
EBracketingStyle CallsiteBracketStyle,
TCallee && Callee,
TArgument && Argument
)
CExprInvocation(EBracketingStyle, TCallee &&, TArgument &&, const CFunctionType , const CTypeBase )
| Name | CExprInvocation |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
template<typename TCallee, typename TArgument>
CExprInvocation
(
EBracketingStyle CallsiteBracketStyle,
TCallee && Callee,
TArgument && Argument,
const CFunctionType * ResolvedCalleeType,
const CTypeBase * ResultType
)