Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TOPtr
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
ULANG_FORCEINLINE TOPtr ()
|
|
uLang/Common/Containers/ObserverPointer.h |
|
|
|
uLang/Common/Containers/ObserverPointer.h |
|
ULANG_FORCEINLINE TOPtr
(
const TOPtr< OtherObjectType >& Other
)
|
|
uLang/Common/Containers/ObserverPointer.h |
|
ULANG_FORCEINLINE TOPtr
(
const TSPtrG< OtherObjectType, OtherAllowNull, AllocatorType, AllocatorArgsType... >& SharedPtr
)
|
|
uLang/Common/Containers/ObserverPointer.h |
|
ULANG_FORCEINLINE 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" |
ULANG_FORCEINLINE 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" |
ULANG_FORCEINLINE 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, typename>
ULANG_FORCEINLINE 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, typename>
ULANG_FORCEINLINE 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, typename>
ULANG_FORCEINLINE TOPtr
(
const TUPtrG < OtherObjectType, OtherAllowNull, AllocatorType, AllocatorArgsType... > & UniquePtr
)