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