Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TSPtrG
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
ULANG_FORCEINLINE TSPtrG
(
NullPtrType NullPtr
)
|
|
uLang/Common/Containers/SharedPointer.h |
|
|
|
uLang/Common/Containers/SharedPointer.h |
|
ULANG_FORCEINLINE TSPtrG
(
const TSPtrG< OtherObjectType, OtherAllowNull, AllocatorType, AllocatorArgsType... >& Other
)
|
|
uLang/Common/Containers/SharedPointer.h |
|
|
|
uLang/Common/Containers/SharedPointer.h |
|
ULANG_FORCEINLINE TSPtrG
(
TSPtrG< OtherObjectType, OtherAllowNull, AllocatorType, AllocatorArgsType... >&& Other
)
|
|
uLang/Common/Containers/SharedPointer.h |
|
ULANG_FORCEINLINE TSPtrG
(
ObjectType* Object,
const AllocatorType& Allocator
)
|
|
uLang/Common/Containers/SharedPointer.h |
|
TSPtrG(NullPtrType)
| |
|
| Name |
TSPtrG |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/SharedPointer.h |
| Include Path |
#include "uLang/Common/Containers/SharedPointer.h" |
ULANG_FORCEINLINE TSPtrG
(
NullPtrType NullPtr
)
TSPtrG(const TSPtrG &)
| |
|
| Name |
TSPtrG |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/SharedPointer.h |
| Include Path |
#include "uLang/Common/Containers/SharedPointer.h" |
ULANG_FORCEINLINE TSPtrG
(
const TSPtrG & Other
)
TSPtrG(const TSPtrG< OtherObjectType, OtherAllowNull, AllocatorType, AllocatorArgsType... > &)
| |
|
| Name |
TSPtrG |
| 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_FORCEINLINE TSPtrG
(
const TSPtrG < OtherObjectType, OtherAllowNull, AllocatorType, AllocatorArgsType... > & Other
)
TSPtrG(TSPtrG &&)
| |
|
| Name |
TSPtrG |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/SharedPointer.h |
| Include Path |
#include "uLang/Common/Containers/SharedPointer.h" |
ULANG_FORCEINLINE TSPtrG
(
TSPtrG && Other
)
TSPtrG(TSPtrG< OtherObjectType, OtherAllowNull, AllocatorType, AllocatorArgsType... > &&)
| |
|
| Name |
TSPtrG |
| 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_FORCEINLINE TSPtrG
(
TSPtrG < OtherObjectType, OtherAllowNull, AllocatorType, AllocatorArgsType... > && Other
)
TSPtrG(ObjectType *, const AllocatorType &)
| |
|
| Name |
TSPtrG |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/SharedPointer.h |
| Include Path |
#include "uLang/Common/Containers/SharedPointer.h" |
ULANG_FORCEINLINE TSPtrG
(
ObjectType * Object,
const AllocatorType & Allocator
)