Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TWeakObjectPtr
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const TWeakObjectPtr< RhsT, TWeakObjectPtrBase >& Rhs |
Compare weak pointers for inequality | UObject/WeakObjectPtrTemplates.h | |
bool operator!=
(
const RhsT* Rhs |
UObject/WeakObjectPtrTemplates.h | ||
bool operator!=
(
TYPE_OF_NULLPTR |
UObject/WeakObjectPtrTemplates.h |
operator!=(const TWeakObjectPtr< RhsT, TWeakObjectPtrBase > &)
Description
Compare weak pointers for inequality
| Name | operator!= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/UObject/WeakObjectPtrTemplates.h |
| Include Path | #include "UObject/WeakObjectPtrTemplates.h" |
template<typename RhsT, typename>
bool operator!=
(
const TWeakObjectPtr < RhsT, TWeakObjectPtrBase > & Rhs
) const
Parameters
| Name | Remarks |
|---|---|
| Other | weak pointer to compare to |
operator!=(const RhsT *)
| Name | operator!= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/UObject/WeakObjectPtrTemplates.h |
| Include Path | #include "UObject/WeakObjectPtrTemplates.h" |
template<typename RhsT, typename>
bool operator!=
(
const RhsT * Rhs
) const
operator!=(TYPE_OF_NULLPTR)
| Name | operator!= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/UObject/WeakObjectPtrTemplates.h |
| Include Path | #include "UObject/WeakObjectPtrTemplates.h" |
bool operator!=
(
TYPE_OF_NULLPTR
) const