Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FUniqueBuffer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FUniqueBuffer MakeView
(
FMutableMemoryView View |
Make a non-owned view of the input. | Memory/SharedBuffer.h | |
static FUniqueBuffer MakeView
(
void* Data, |
Memory/SharedBuffer.h |
MakeView(FMutableMemoryView)
Description
Make a non-owned view of the input.
| Name | MakeView |
| 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 FUniqueBuffer MakeView
(
FMutableMemoryView View
)
MakeView(void *, uint64)
| Name | MakeView |
| 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 FUniqueBuffer MakeView
(
void * Data,
uint64 Size
)