Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/IO/IoDispatcher.h |
Include |
#include "IO/IoDispatcher.h" |
class FIoBuffer
Reference to buffer data used by I/O dispatcher APIs
Name | Description | |
---|---|---|
|
FIoBuffer() |
|
|
FIoBuffer ( |
|
|
FIoBuffer |
|
|
FIoBuffer ( |
|
|
FIoBuffer |
|
|
FIoBuffer |
Name | Description | ||
---|---|---|---|
|
const uint8 ... |
Data() |
|
|
uint8 * |
Data() |
|
|
DataSize() |
||
|
EnsureOwned() |
||
|
const uint8 ... |
GetData() |
|
|
uint8 * |
GetData() |
|
|
FMutableMemo... |
GetMutableView() |
|
|
GetSize() |
||
|
GetView() |
||
|
IsMemoryOwned() |
||
|
MakeOwned() |
||
|
TIoStatusOr<... |
Release() |
Relinquishes control of the internal buffer to the caller and removes it from the FIoBuffer. |
|
SetSize ( |
Name |
Description |
|
---|---|---|
|
EAssumeOwnershipTag |
|
|
ECloneTag |
|
|
EWrapTag |