Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/CExprIdentifierFunction
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CExprIdentifierFunction
(
const CFunction& Function, |
uLang/Semantics/Expression.h | ||
CExprIdentifierFunction
(
const CFunction& Function, |
uLang/Semantics/Expression.h |
CExprIdentifierFunction(const CFunction &, const CTypeBase *, TSPtr< CExpressionBase > &&, TSPtr< CExpressionBase > &&)
| Name | CExprIdentifierFunction |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
CExprIdentifierFunction
(
const CFunction & Function,
const CTypeBase * ResultType,
TSPtr< CExpressionBase > && Context,
TSPtr< CExpressionBase > && Qualifier
)
CExprIdentifierFunction(const CFunction &, TArray< SInstantiatedTypeVariable >, const CTypeBase , const CTypeBase , const CCaptureScope *, TSPtr< CExpressionBase > &&, TSPtr< CExpressionBase > &&, bool)
| Name | CExprIdentifierFunction |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
| Source | /Engine/Source/Runtime/VerseCompiler/Private/uLang/Semantics/Expression.cpp |
CExprIdentifierFunction
(
const CFunction & Function,
TArray< SInstantiatedTypeVariable > InstTypeVariables,
const CTypeBase * ResultType,
const CTypeBase * ConstructorNegativeReturnType,
const CCaptureScope * ConstructorCaptureScope,
TSPtr< CExpressionBase > && Context,
TSPtr< CExpressionBase > && Qualifier,
bool bSuperQualified
)