Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TOPtr
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
uLang/Common/Containers/ObserverPointer.h |
|
|
|
uLang/Common/Containers/ObserverPointer.h |
|
|
|
uLang/Common/Containers/ObserverPointer.h |
|
TOPtr
(
const TSPtrG< OtherObjectType, OtherAllowNull, AllocatorType, AllocatorArgsType... >& SharedPtr
)
|
|
uLang/Common/Containers/ObserverPointer.h |
|
TOPtr
(
const TUPtrG< OtherObjectType, OtherAllowNull, AllocatorType, AllocatorArgsType... >& UniquePtr
)
|
|
uLang/Common/Containers/ObserverPointer.h |
|
TOPtr()
| |
|
| Name |
TOPtr |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/ObserverPointer.h |
| Include Path |
#include "uLang/Common/Containers/ObserverPointer.h" |
TOPtr()
TOPtr(const TOPtr &)
| |
|
| Name |
TOPtr |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/ObserverPointer.h |
| Include Path |
#include "uLang/Common/Containers/ObserverPointer.h" |
TOPtr
(
const TOPtr & Other
)
TOPtr(const TOPtr< OtherObjectType > &)
| |
|
| Name |
TOPtr |
| 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>
TOPtr
(
const TOPtr < OtherObjectType > & Other
)
TOPtr(const TSPtrG< OtherObjectType, OtherAllowNull, AllocatorType, AllocatorArgsType... > &)
| |
|
| Name |
TOPtr |
| 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, bool OtherAllowNull, class AllocatorType, typename... AllocatorArgsType>
TOPtr
(
const TSPtrG < OtherObjectType, OtherAllowNull, AllocatorType, AllocatorArgsType... > & SharedPtr
)
TOPtr(const TUPtrG< OtherObjectType, OtherAllowNull, AllocatorType, AllocatorArgsType... > &)
| |
|
| Name |
TOPtr |
| 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, bool OtherAllowNull, class AllocatorType, typename... AllocatorArgsType>
TOPtr
(
const TUPtrG < OtherObjectType, OtherAllowNull, AllocatorType, AllocatorArgsType... > & UniquePtr
)