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 | |||
ULANG_FORCEINLINE 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 |
|---|---|---|---|
ULANG_FORCEINLINE ObjectType * Get() |
uLang/Common/Containers/ObserverPointer.h | ||
ULANG_FORCEINLINE bool IsNull() |
uLang/Common/Containers/ObserverPointer.h | ||
ULANG_FORCEINLINE bool IsSet() |
uLang/Common/Containers/ObserverPointer.h | ||
ULANG_FORCEINLINE bool IsStale() |
uLang/Common/Containers/ObserverPointer.h | ||
ULANG_FORCEINLINE bool IsValid() |
uLang/Common/Containers/ObserverPointer.h | ||
ULANG_FORCEINLINE void Reset() |
uLang/Common/Containers/ObserverPointer.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULANG_FORCEINLINE operator bool() |
uLang/Common/Containers/ObserverPointer.h | ||
ULANG_FORCEINLINE operator ObjectType *() |
uLang/Common/Containers/ObserverPointer.h | ||
ULANG_FORCEINLINE bool operator!() |
uLang/Common/Containers/ObserverPointer.h | ||
ULANG_FORCEINLINE bool operator!=
(
const ObjectType* Object |
uLang/Common/Containers/ObserverPointer.h | ||
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 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 | |||
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 | ||
ULANG_FORCEINLINE ObjectType * operator->() |
uLang/Common/Containers/ObserverPointer.h |