Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const CNormalType & uLang::SemanticTypeUtils::StripVariableAndConstraints
(
const CNormalType& |
uLang/Semantics/SemanticTypes.h | ||
const CNormalType & uLang::SemanticTypeUtils::StripVariableAndConstraints
(
const CNormalType&, |
uLang/Semantics/SemanticTypes.h |
uLang::SemanticTypeUtils::StripVariableAndConstraints(const CNormalType &)
| Name | uLang::SemanticTypeUtils::StripVariableAndConstraints |
| 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 CNormalType & uLang::SemanticTypeUtils::StripVariableAndConstraints
(
const CNormalType &
)
}
}
uLang::SemanticTypeUtils::StripVariableAndConstraints(const CNormalType &, ETypeConstraintFlags &)
| Name | uLang::SemanticTypeUtils::StripVariableAndConstraints |
| 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 CNormalType & uLang::SemanticTypeUtils::StripVariableAndConstraints
(
const CNormalType &,
ETypeConstraintFlags & outConstraintFlags
)
}
}