Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FSharedBuffer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FSharedBuffer Clone
(
FMemoryView View |
Make an owned clone of the input. | Memory/SharedBuffer.h | |
static FSharedBuffer Clone
(
const void* Data, |
Memory/SharedBuffer.h |
Clone(FMemoryView)
Description
Make an owned clone of the input.
| Name | Clone |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Memory/SharedBuffer.h |
| Include Path | #include "Memory/SharedBuffer.h" |
| Source | /Engine/Source/Runtime/Core/Private/Memory/SharedBuffer.cpp |
static FSharedBuffer Clone
(
FMemoryView View
)
Clone(const void *, uint64)
| Name | Clone |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Memory/SharedBuffer.h |
| Include Path | #include "Memory/SharedBuffer.h" |
| Source | /Engine/Source/Runtime/Core/Private/Memory/SharedBuffer.cpp |
static FSharedBuffer Clone
(
const void * Data,
uint64 Size
)