MoveConstructItems

Move constructs a range of items into memory.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Templates/MemoryOps.h

Include

#include "Templates/MemoryOps.h"

Syntax

template<typename ElementType, typename SizeType>
void MoveConstructItems
(
    void * Dest,
    const ElementType * Source,
    SizeType Count
)

Remarks

Move constructs a range of items into memory.

Parameters

Parameter

Description

Dest

The memory location to start moving into.

Source

A pointer to the first item to move from.

Count

The number of elements to move.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss