Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FUniqueBuffer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void * GetData () |
Returns a pointer to the start of the buffer. | Memory/SharedBuffer.h | |
const void * GetData () |
Memory/SharedBuffer.h |
GetData()
Description
Returns a pointer to the start of the buffer.
| Name | GetData |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Memory/SharedBuffer.h |
| Include Path | #include "Memory/SharedBuffer.h" |
void * GetData()
GetData()
| Name | GetData |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Memory/SharedBuffer.h |
| Include Path | #include "Memory/SharedBuffer.h" |
const void * GetData() const