Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/CFunctionType
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const CTypeBase * GetOrCreateParamType
(
CSemanticProgram&, |
uLang/Semantics/SemanticTypes.h | ||
static const CTypeBase * GetOrCreateParamType
(
CSemanticProgram&, |
uLang/Semantics/SemanticTypes.h |
GetOrCreateParamType(CSemanticProgram &, CTupleType::ElementArray &&)
| Name | GetOrCreateParamType |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticTypes.h |
| Include Path | #include "uLang/Semantics/SemanticTypes.h" |
| Source | /Engine/Source/Runtime/VerseCompiler/Private/uLang/Semantics/SemanticTypes.cpp |
static const CTypeBase * GetOrCreateParamType
(
CSemanticProgram &,
CTupleType::ElementArray && ParamTypes
)
GetOrCreateParamType(CSemanticProgram &, CTupleType::ElementArray &&, int32_t)
| Name | GetOrCreateParamType |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticTypes.h |
| Include Path | #include "uLang/Semantics/SemanticTypes.h" |
| Source | /Engine/Source/Runtime/VerseCompiler/Private/uLang/Semantics/SemanticTypes.cpp |
static const CTypeBase * GetOrCreateParamType
(
CSemanticProgram &,
CTupleType::ElementArray && ParamTypes,
int32_t FirstNamedIndex
)