Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TUPtrSetG
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
ULANG_FORCEINLINE TUPtrSetG
(
RawAllocatorArgsType&&... RawAllocatorArgs
)
|
Constructor |
uLang/Common/Containers/UniquePointerSet.h |
|
|
Move constructor. |
uLang/Common/Containers/UniquePointerSet.h |
|
|
Move constructor. |
uLang/Common/Containers/UniquePointerSet.h |
|
TUPtrSetG(RawAllocatorArgsType &&...)
Description
Constructor
| |
|
| Name |
TUPtrSetG |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/UniquePointerSet.h |
| Include Path |
#include "uLang/Common/Containers/UniquePointerSet.h" |
ULANG_FORCEINLINE TUPtrSetG
(
RawAllocatorArgsType &&... RawAllocatorArgs
)
TUPtrSetG(TUPtrSetG &&)
Description
Move constructor.
| |
|
| Name |
TUPtrSetG |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/UniquePointerSet.h |
| Include Path |
#include "uLang/Common/Containers/UniquePointerSet.h" |
ULANG_FORCEINLINE TUPtrSetG
(
TUPtrSetG && Other
)
Parameters
| Name |
Remarks |
| Other |
Array to move from. |
TUPtrSetG(TUPtrSetG &&, int32_t)
Description
Move constructor.
| |
|
| Name |
TUPtrSetG |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/UniquePointerSet.h |
| Include Path |
#include "uLang/Common/Containers/UniquePointerSet.h" |
TUPtrSetG
(
TUPtrSetG && 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. |