Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TUPtrG
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
ULANG_FORCEINLINE TUPtrG
(
NullPtrType NullPtr
)
|
|
uLang/Common/Containers/UniquePointer.h |
|
|
|
uLang/Common/Containers/UniquePointer.h |
|
ULANG_FORCEINLINE TUPtrG
(
TUPtrG< OtherObjectType, OtherAllowNull, AllocatorType, AllocatorArgsType... >&& Other
)
|
|
uLang/Common/Containers/UniquePointer.h |
|
|
|
uLang/Common/Containers/UniquePointer.h |
|
TUPtrG
(
const TUPtrG< OtherObjectType, OtherAllowNull, AllocatorType, AllocatorArgsType... >& Other
)
|
|
uLang/Common/Containers/UniquePointer.h |
|
ULANG_FORCEINLINE TUPtrG
(
ObjectType* Object,
const AllocatorType& Allocator
)
|
|
uLang/Common/Containers/UniquePointer.h |
|
TUPtrG(NullPtrType)
| |
|
| Name |
TUPtrG |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/UniquePointer.h |
| Include Path |
#include "uLang/Common/Containers/UniquePointer.h" |
ULANG_FORCEINLINE TUPtrG
(
NullPtrType NullPtr
)
TUPtrG(TUPtrG &&)
| |
|
| Name |
TUPtrG |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/UniquePointer.h |
| Include Path |
#include "uLang/Common/Containers/UniquePointer.h" |
ULANG_FORCEINLINE TUPtrG
(
TUPtrG && Other
)
TUPtrG(TUPtrG< OtherObjectType, OtherAllowNull, AllocatorType, AllocatorArgsType... > &&)
| |
|
| Name |
TUPtrG |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/UniquePointer.h |
| Include Path |
#include "uLang/Common/Containers/UniquePointer.h" |
template<class OtherObjectType, bool OtherAllowNull, typename>
ULANG_FORCEINLINE TUPtrG
(
TUPtrG < OtherObjectType, OtherAllowNull, AllocatorType, AllocatorArgsType... > && Other
)
TUPtrG(const TUPtrG &)
| |
|
| Name |
TUPtrG |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/UniquePointer.h |
| Include Path |
#include "uLang/Common/Containers/UniquePointer.h" |
TUPtrG
(
const TUPtrG &
)
TUPtrG(const TUPtrG< OtherObjectType, OtherAllowNull, AllocatorType, AllocatorArgsType... > &)
| |
|
| Name |
TUPtrG |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/UniquePointer.h |
| Include Path |
#include "uLang/Common/Containers/UniquePointer.h" |
template<class OtherObjectType, bool OtherAllowNull>
TUPtrG
(
const TUPtrG < OtherObjectType, OtherAllowNull, AllocatorType, AllocatorArgsType... > & Other
)
TUPtrG(ObjectType *, const AllocatorType &)
| |
|
| Name |
TUPtrG |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/UniquePointer.h |
| Include Path |
#include "uLang/Common/Containers/UniquePointer.h" |
ULANG_FORCEINLINE TUPtrG
(
ObjectType * Object,
const AllocatorType & Allocator
)