Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TSPtrG
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
uLang/Common/Containers/SharedPointer.h |
|
|
|
uLang/Common/Containers/SharedPointer.h |
|
ULANG_FORCEINLINETSPtrG & operator=
(
const TSPtrG< OtherObjectType, OtherAllowNull, AllocatorType, AllocatorArgsType... >& Other
)
|
|
uLang/Common/Containers/SharedPointer.h |
|
|
|
uLang/Common/Containers/SharedPointer.h |
|
ULANG_FORCEINLINETSPtrG & operator=
(
TSPtrG< OtherObjectType, OtherAllowNull, AllocatorType, AllocatorArgsType... >&& Other
)
|
|
uLang/Common/Containers/SharedPointer.h |
|
operator=(NullPtrType)
| |
|
| Name |
operator= |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/SharedPointer.h |
| Include Path |
#include "uLang/Common/Containers/SharedPointer.h" |
ULANG_FORCEINLINETSPtrG & operator=
(
NullPtrType
)
operator=(const TSPtrG &)
| |
|
| Name |
operator= |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/SharedPointer.h |
| Include Path |
#include "uLang/Common/Containers/SharedPointer.h" |
ULANG_FORCEINLINETSPtrG & operator=
(
const TSPtrG & Other
)
operator=(const TSPtrG< OtherObjectType, OtherAllowNull, AllocatorType, AllocatorArgsType... > &)
| |
|
| Name |
operator= |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/SharedPointer.h |
| Include Path |
#include "uLang/Common/Containers/SharedPointer.h" |
template<class OtherObjectType, bool OtherAllowNull, typename>
ULANG_FORCEINLINETSPtrG & operator=
(
const TSPtrG < OtherObjectType, OtherAllowNull, AllocatorType, AllocatorArgsType... > & Other
)
operator=(TSPtrG &&)
| |
|
| Name |
operator= |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/SharedPointer.h |
| Include Path |
#include "uLang/Common/Containers/SharedPointer.h" |
ULANG_FORCEINLINETSPtrG & operator=
(
TSPtrG && Other
)
operator=(TSPtrG< OtherObjectType, OtherAllowNull, AllocatorType, AllocatorArgsType... > &&)
| |
|
| Name |
operator= |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/SharedPointer.h |
| Include Path |
#include "uLang/Common/Containers/SharedPointer.h" |
template<class OtherObjectType, bool OtherAllowNull, typename>
ULANG_FORCEINLINETSPtrG & operator=
(
TSPtrG < OtherObjectType, OtherAllowNull, AllocatorType, AllocatorArgsType... > && Other
)