Navigation
API > API/Runtime > API/Runtime/Core
Additional options for FIoChunkEncoding::Decode calls
| Name | EIoDecodeFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/IO/IoChunkEncoding.h |
| Include Path | #include "IO/IoChunkEncoding.h" |
Syntax
enum EIoDecodeFlags
{
None = 0,
WriteOnly = 1 << 0,
}
Values
| Name | Remarks |
|---|---|
| None | |
| WriteOnly | Avoid operations that read from the output buffer provided. |