Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FScriptArrayHelper
Description
Move the allocation from another array and make it our own.
The arrays MUST be of the same type, and this function will NOT validate that!
| Name | MoveAssign |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
void MoveAssign
(
void * InOtherArray
)
Parameters
| Name | Remarks |
|---|---|
| InOtherArray | The array to move the allocation from. |