UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DebugSerializationFlags.h File Reference
#include "CoreTypes.h"

Go to the source code of this file.

Enumerations

enum  EDebugSerializationFlags { DSF_None = 0x00000000 , UE_DEPRECATED , DSF_EnableCookerWarnings = 0x00000002 }
 

Enumeration Type Documentation

◆ EDebugSerializationFlags

Enumerator
DSF_None 

No special flags

UE_DEPRECATED 

Keep this object during garbage collection because it's still being used by the cooker.

If FDiffSerializeArchive is being used, instruct it to NOT report diffs while this flag is set. This is used e.g. when serializing offsets that are likely to change when there is any other change in the serialization of the package.

Forces the payload to be always streamed, regardless of its size.

DEPRECATED

DSF_EnableCookerWarnings