Navigation
API > API/Runtime > API/Runtime/uLangCore
Non-checked version of TOPtr
| Name | TOPtr |
| Type | class |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/ObserverPointer.h |
| Include Path | #include "uLang/Common/Containers/ObserverPointer.h" |
Syntax
template<class ObjectType>
class TOPtr
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| uLang/Common/Containers/ObserverPointer.h | |||
TOPtr () |
uLang/Common/Containers/ObserverPointer.h | ||
| uLang/Common/Containers/ObserverPointer.h | |||
| uLang/Common/Containers/ObserverPointer.h | |||
| uLang/Common/Containers/ObserverPointer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ObjectType * Get() |
uLang/Common/Containers/ObserverPointer.h | ||
bool IsNull() |
uLang/Common/Containers/ObserverPointer.h | ||
bool IsSet() |
uLang/Common/Containers/ObserverPointer.h | ||
bool IsStale() |
uLang/Common/Containers/ObserverPointer.h | ||
bool IsValid() |
uLang/Common/Containers/ObserverPointer.h | ||
void Reset() |
uLang/Common/Containers/ObserverPointer.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
uLang/Common/Containers/ObserverPointer.h | ||
operator ObjectType *() |
uLang/Common/Containers/ObserverPointer.h | ||
bool operator!() |
uLang/Common/Containers/ObserverPointer.h | ||
bool operator!=
(
const ObjectType* Object |
uLang/Common/Containers/ObserverPointer.h | ||
bool operator!=
(
const TOPtr& Other |
uLang/Common/Containers/ObserverPointer.h | ||
bool operator!=
(
const TOPtr< OtherObjectType >& Other |
uLang/Common/Containers/ObserverPointer.h | ||
ObjectType & operator*() |
uLang/Common/Containers/ObserverPointer.h | ||
| uLang/Common/Containers/ObserverPointer.h | |||
| uLang/Common/Containers/ObserverPointer.h | |||
| uLang/Common/Containers/ObserverPointer.h | |||
| uLang/Common/Containers/ObserverPointer.h | |||
bool operator==
(
const TOPtr& Other |
uLang/Common/Containers/ObserverPointer.h | ||
bool operator==
(
const TOPtr< OtherObjectType >& Other |
uLang/Common/Containers/ObserverPointer.h | ||
bool operator==
(
const ObjectType* Object |
uLang/Common/Containers/ObserverPointer.h | ||
ObjectType * operator->() |
uLang/Common/Containers/ObserverPointer.h |