Navigation
API > API/Runtime > API/Runtime/Core
| Name | EMemcpyCachePolicy |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMemory.h |
| Include Path | #include "GenericPlatform/GenericPlatformMemory.h" |
Syntax
enum EMemcpyCachePolicy
{
StoreCached,
StoreUncached,
}
Values
| Name | Remarks |
|---|---|
| StoreCached | Writes to destination memory are cache-visible (default). |
| StoreUncached | Writes to destination memory bypass cache (avoiding pollution). |