Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Memory > API/Runtime/Core/Memory/FCompositeBuffer
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 |
void CopyTo
(
FMutableMemoryView Target,
uint64 Offset
) const
Remarks
Copies a range of the buffer to a contiguous region of memory.
Parameters
| Name | 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. |