Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Memory/CompositeBuffer.h |
Include |
#include "Memory/CompositeBuffer.h" |
Source |
/Engine/Source/Runtime/Core/Private/Memory/CompositeBuffer.cpp |
void CopyTo
(
FMutableMemoryView Target,
uint64 Offset
) const
Copies a range of the buffer to a contiguous region of memory.
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. |