Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMemory.h |
Include |
#include "GenericPlatform/GenericPlatformMemory.h" |
enum EMemcpyCachePolicy
{
StoreCached,
StoreUncached,
}
Name |
Description |
---|---|
StoreCached |
Writes to destination memory are cache-visible (default). |
StoreUncached |
Writes to destination memory bypass cache (avoiding pollution). |