Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TOPtr
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULANG_FORCEINLINE bool operator==
(
const TOPtr& Other |
uLang/Common/Containers/ObserverPointer.h | ||
ULANG_FORCEINLINE bool operator==
(
const TOPtr< OtherObjectType >& Other |
uLang/Common/Containers/ObserverPointer.h | ||
ULANG_FORCEINLINE bool operator==
(
const ObjectType* Object |
uLang/Common/Containers/ObserverPointer.h |
operator==(const TOPtr &)
| Name | operator== |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/ObserverPointer.h |
| Include Path | #include "uLang/Common/Containers/ObserverPointer.h" |
ULANG_FORCEINLINE bool operator==
(
const TOPtr & Other
) const
operator==(const TOPtr< OtherObjectType > &)
| Name | operator== |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/ObserverPointer.h |
| Include Path | #include "uLang/Common/Containers/ObserverPointer.h" |
template<class OtherObjectType>
ULANG_FORCEINLINE bool operator==
(
const TOPtr < OtherObjectType > & Other
) const
operator==(const ObjectType *)
| Name | operator== |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/ObserverPointer.h |
| Include Path | #include "uLang/Common/Containers/ObserverPointer.h" |
ULANG_FORCEINLINE bool operator==
(
const ObjectType * Object
) const