Navigation
API > API/Runtime > API/Runtime/Core
| Name | EIoReadOptionsFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/IO/IoDispatcher.h |
| Include Path | #include "IO/IoDispatcher.h" |
Syntax
enum EIoReadOptionsFlags
{
None = 0,
HardwareTargetBuffer = 1 << 0,
}
Values
| Name | Remarks |
|---|---|
| None | |
| HardwareTargetBuffer | Use this flag to inform the decompressor that the memory is uncached or write-combined and therefore the usage of staging might be needed if reading directly from the original memory |