Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TSPtrSetG
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
ULANG_FORCEINLINE TSPtrSetG
(
RawAllocatorArgsType&&... RawAllocatorArgs
)
|
Constructor |
uLang/Common/Containers/SharedPointerSet.h |
|
|
Copy constructor. |
uLang/Common/Containers/SharedPointerSet.h |
|
|
Move constructor. |
uLang/Common/Containers/SharedPointerSet.h |
|
|
Copy constructor. |
uLang/Common/Containers/SharedPointerSet.h |
|
|
Move constructor. |
uLang/Common/Containers/SharedPointerSet.h |
|
TSPtrSetG(RawAllocatorArgsType &&...)
Description
Constructor
| |
|
| Name |
TSPtrSetG |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/SharedPointerSet.h |
| Include Path |
#include "uLang/Common/Containers/SharedPointerSet.h" |
ULANG_FORCEINLINE TSPtrSetG
(
RawAllocatorArgsType &&... RawAllocatorArgs
)
TSPtrSetG(const TSPtrSetG &)
Description
Copy constructor.
| |
|
| Name |
TSPtrSetG |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/SharedPointerSet.h |
| Include Path |
#include "uLang/Common/Containers/SharedPointerSet.h" |
ULANG_FORCEINLINE TSPtrSetG
(
const TSPtrSetG & Other
)
Parameters
| Name |
Remarks |
| Other |
The source array to copy. |
TSPtrSetG(TSPtrSetG &&)
Description
Move constructor.
| |
|
| Name |
TSPtrSetG |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/SharedPointerSet.h |
| Include Path |
#include "uLang/Common/Containers/SharedPointerSet.h" |
ULANG_FORCEINLINE TSPtrSetG
(
TSPtrSetG && Other
)
Parameters
| Name |
Remarks |
| Other |
Array to move from. |
TSPtrSetG(const TSPtrSetG &, int32_t)
Description
Copy constructor.
| |
|
| Name |
TSPtrSetG |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/SharedPointerSet.h |
| Include Path |
#include "uLang/Common/Containers/SharedPointerSet.h" |
ULANG_FORCEINLINE TSPtrSetG
(
const TSPtrSetG & Other,
int32_t ExtraSlack
)
Parameters
| Name |
Remarks |
| Other |
The source array to copy. |
| ExtraSlack |
Tells how much extra memory should be preallocated at the end of the array in the number of elements. |
TSPtrSetG(TSPtrSetG &&, int32_t)
Description
Move constructor.
| |
|
| Name |
TSPtrSetG |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/SharedPointerSet.h |
| Include Path |
#include "uLang/Common/Containers/SharedPointerSet.h" |
TSPtrSetG
(
TSPtrSetG && Other,
int32_t ExtraSlack
)
Parameters
| Name |
Remarks |
| Other |
Array to move from. |
| ExtraSlack |
Tells how much extra pointer memory should be preallocated at the end of the array in the number of elements. |