Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Semantics > API/Runtime/VerseCompiler/uLang/Semantics/CExprIdentifierFunction > API/Runtime/VerseCompiler/uLang/Semantics/CExprIdentifierFunction/__ctor
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include | #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,
TSPtr < CExpressionBase > && Context,
TSPtr < CExpressionBase > && Qualifier,
bool bSuperQualified
)