Navigation
API > API/Runtime > API/Runtime/Core
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool UE::Core::Private::operator==
(
const TPtrVariantBase< LhsType, bLhsStrength >& Lhs, |
Templates/PointerVariants.h | ||
bool UE::Core::Private::operator==
(
LhsType* Lhs, |
Templates/PointerVariants.h | ||
bool UE::Core::Private::operator==
(
const TPtrVariantBase< LhsType, bLhsStrength >& Lhs, |
Templates/PointerVariants.h |
UE::Core::Private::operator==(const TPtrVariantBase< LhsType, bLhsStrength > &, const TPtrVariantBase< RhsType, bRhsStrength > &)
| Name | UE::Core::Private::operator== |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/PointerVariants.h |
| Include Path | #include "Templates/PointerVariants.h" |
namespace UE
{
namespace Core
{
namespace Private
{
template<typename LhsType, bool bLhsStrength, typename RhsType, bool bRhsStrength, std::enable_if_t<((!std::is_same_v< decltype((LhsType *) nullptr==(RhsType *) nullptr), long long ************ >)), int >>
bool UE::Core::Private::operator==
(
const TPtrVariantBase < LhsType, bLhsStrength > & Lhs,
const TPtrVariantBase < RhsType, bRhsStrength > & Rhs
)
}
}
}
UE::Core::Private::operator==(LhsType *, const TPtrVariantBase< RhsType, bRhsStrength > &)
| Name | UE::Core::Private::operator== |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/PointerVariants.h |
| Include Path | #include "Templates/PointerVariants.h" |
namespace UE
{
namespace Core
{
namespace Private
{
template<typename LhsType, typename RhsType, bool bRhsStrength, std::enable_if_t<((!std::is_same_v< decltype((LhsType *) nullptr==(RhsType *) nullptr), long long ************ >)), int >>
bool UE::Core::Private::operator==
(
LhsType * Lhs,
const TPtrVariantBase < RhsType, bRhsStrength > & Rhs
)
}
}
}
UE::Core::Private::operator==(const TPtrVariantBase< LhsType, bLhsStrength > &, RhsType *)
| Name | UE::Core::Private::operator== |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/PointerVariants.h |
| Include Path | #include "Templates/PointerVariants.h" |
namespace UE
{
namespace Core
{
namespace Private
{
template<typename LhsType, bool bLhsStrength, typename RhsType, std::enable_if_t<((!std::is_same_v< decltype((LhsType *) nullptr==(RhsType *) nullptr), long long ************ >)), int >>
bool UE::Core::Private::operator==
(
const TPtrVariantBase < LhsType, bLhsStrength > & Lhs,
RhsType * Rhs
)
}
}
}