FCompositeBuffer::CopyTo

Copies a range of the buffer to a contiguous region of memory.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Memory/CompositeBuffer.h

Include

#include "Memory/CompositeBuffer.h"

Source

/Engine/Source/Runtime/Core/Private/Memory/CompositeBuffer.cpp

Syntax

void CopyTo
(
    FMutableMemoryView Target,
    uint64 Offset
) const

Remarks

Copies a range of the buffer to a contiguous region of memory.

Parameters

Parameter

Description

Target

The view to copy to. Must be no larger than the data available at the offset.

Offset

The byte offset in this buffer to start copying from.