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