Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TUPtrG
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
uLang/Common/Containers/UniquePointer.h |
|
TUPtrG & operator=
(
const TUPtrG< OtherObjectType, OtherAllowNull, AllocatorType, AllocatorArgsType... >& Other
)
|
|
uLang/Common/Containers/UniquePointer.h |
|
|
|
uLang/Common/Containers/UniquePointer.h |
|
|
|
uLang/Common/Containers/UniquePointer.h |
|
ULANG_FORCEINLINETUPtrG & operator=
(
TUPtrG< OtherObjectType, OtherAllowNull, AllocatorType, AllocatorArgsType... >&& Other
)
|
|
uLang/Common/Containers/UniquePointer.h |
|
operator=(const TUPtrG &)
| |
|
| Name |
operator= |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/UniquePointer.h |
| Include Path |
#include "uLang/Common/Containers/UniquePointer.h" |
TUPtrG & operator=
(
const TUPtrG &
)
operator=(const TUPtrG< OtherObjectType, OtherAllowNull, AllocatorType, AllocatorArgsType... > &)
| |
|
| Name |
operator= |
| 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 & operator=
(
const TUPtrG < OtherObjectType, OtherAllowNull, AllocatorType, AllocatorArgsType... > & Other
)
operator=(NullPtrType)
| |
|
| Name |
operator= |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/UniquePointer.h |
| Include Path |
#include "uLang/Common/Containers/UniquePointer.h" |
ULANG_FORCEINLINETUPtrG & operator=
(
NullPtrType
)
operator=(TUPtrG &&)
| |
|
| Name |
operator= |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/UniquePointer.h |
| Include Path |
#include "uLang/Common/Containers/UniquePointer.h" |
ULANG_FORCEINLINETUPtrG & operator=
(
TUPtrG && Other
)
operator=(TUPtrG< OtherObjectType, OtherAllowNull, AllocatorType, AllocatorArgsType... > &&)
| |
|
| Name |
operator= |
| 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_FORCEINLINETUPtrG & operator=
(
TUPtrG < OtherObjectType, OtherAllowNull, AllocatorType, AllocatorArgsType... > && Other
)