Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FIoBuffer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const uint8 * Data () |
Note: we currently rely on implicit move constructor, thus we do not declare any destructor or copy/assignment operators or copy constructors | IO/IoBuffer.h | |
uint8 * Data () |
IO/IoBuffer.h |
Data()
Description
Note: we currently rely on implicit move constructor, thus we do not declare any destructor or copy/assignment operators or copy constructors
| Name | Data |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/IO/IoBuffer.h |
| Include Path | #include "IO/IoBuffer.h" |
const uint8 * Data() const
Data()
| Name | Data |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/IO/IoBuffer.h |
| Include Path | #include "IO/IoBuffer.h" |
uint8 * Data()