Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/TPersistentObjectPtr
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const TPersistentObjectPtr& Rhs |
Compare pointers for inequality. Only Serial Number matters for the base implementation | UObject/PersistentObjectPtr.h | |
bool operator!=
(
TYPE_OF_NULLPTR |
UObject/PersistentObjectPtr.h |
operator!=(const TPersistentObjectPtr &)
Description
Compare pointers for inequality. Only Serial Number matters for the base implementation
| Name | operator!= |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/PersistentObjectPtr.h |
| Include Path | #include "UObject/PersistentObjectPtr.h" |
bool operator!=
(
const TPersistentObjectPtr & Rhs
) const
operator!=(TYPE_OF_NULLPTR)
| Name | operator!= |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/PersistentObjectPtr.h |
| Include Path | #include "UObject/PersistentObjectPtr.h" |
bool operator!=
(
TYPE_OF_NULLPTR
) const