Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< STypeVariableSubstitution > uLang::SemanticTypeUtils::Instantiate
(
const TArray< const CTypeVariable* >& TypeVariables, |
uLang/Semantics/SemanticTypes.h | ||
const CFunctionType * uLang::SemanticTypeUtils::Instantiate
(
const CFunctionType* FunctionType, |
uLang/Semantics/SemanticTypes.h |
uLang::SemanticTypeUtils::Instantiate(const TArray< const CTypeVariable * > &, const uint32_t)
| Name | uLang::SemanticTypeUtils::Instantiate |
| 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 |
namespace uLang
{
namespace SemanticTypeUtils
{
TArray< STypeVariableSubstitution > uLang::SemanticTypeUtils::Instantiate
(
const TArray< const CTypeVariable * > & TypeVariables,
const uint32_t UploadedAtFnVersion
)
}
}
uLang::SemanticTypeUtils::Instantiate(const CFunctionType *, const uint32_t)
| Name | uLang::SemanticTypeUtils::Instantiate |
| 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 |
namespace uLang
{
namespace SemanticTypeUtils
{
const CFunctionType * uLang::SemanticTypeUtils::Instantiate
(
const CFunctionType * FunctionType,
const uint32_t UploadedAtFnVersion
)
}
}