Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TNonNullPtr
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const TNonNullPtr& Other |
Templates/NonNullPointer.h | ||
bool operator!=
(
OtherObjectType* Other |
Templates/NonNullPointer.h |
operator!=(const TNonNullPtr &)
| Name | operator!= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/NonNullPointer.h |
| Include Path | #include "Templates/NonNullPointer.h" |
bool operator!=
(
const TNonNullPtr & Other
) const
operator!=(OtherObjectType *)
| Name | operator!= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/NonNullPointer.h |
| Include Path | #include "Templates/NonNullPointer.h" |
template<typename OtherObjectType, std::enable_if_t<((!std::is_same_v< decltype(std::declval< ObjectType * >()==std::declval< OtherObjectType * >()), long long ************ >)), int >>
bool operator!=
(
OtherObjectType * Other
) const