Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/TLazyObjectPtr
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const TLazyObjectPtr< U >& Rhs |
Compare with another TLazyObjectPtr of related type | UObject/LazyObjectPtr.h | |
bool operator==
(
const U* Rhs |
Compare for equality with a raw pointer | UObject/LazyObjectPtr.h | |
bool operator==
(
TYPE_OF_NULLPTR |
Compare to null | UObject/LazyObjectPtr.h |
operator==(const TLazyObjectPtr< U > &)
Description
Compare with another TLazyObjectPtr of related type
| Name | operator== |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/LazyObjectPtr.h |
| Include Path | #include "UObject/LazyObjectPtr.h" |
template<typename U, typename>
bool operator==
(
const TLazyObjectPtr < U > & Rhs
) const
operator==(const U *)
Description
Compare for equality with a raw pointer
| Name | operator== |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/LazyObjectPtr.h |
| Include Path | #include "UObject/LazyObjectPtr.h" |
template<typename U, typename>
bool operator==
(
const U * Rhs
) const
operator==(TYPE_OF_NULLPTR)
Description
Compare to null
| Name | operator== |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/LazyObjectPtr.h |
| Include Path | #include "UObject/LazyObjectPtr.h" |
bool operator==
(
TYPE_OF_NULLPTR
) const