Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
DebugSerializationFlags.h File Reference
#include "CoreTypes.h"
+ Include dependency graph for DebugSerializationFlags.h:

Go to the source code of this file.

Enumerations

enum  EDebugSerializationFlags {
  DSF_None = 0x0 , DSF_IgnoreDiff = 0x1 , DSF_EnableCookerWarnings = 0x2 , DSF_None = 0x00000000 ,
  DSF_None = 0x0 , UE_DEPRECATED , DSF_EnableCookerWarnings = 0x00000002 , DSF_EnableCookerWarnings = 0x2
}
 

Enumeration Type Documentation

◆ EDebugSerializationFlags

Enumerator
DSF_None 
DSF_IgnoreDiff 
DSF_EnableCookerWarnings 
DSF_None 

No special flags

DSF_None 
UE_DEPRECATED 

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.

DSF_EnableCookerWarnings 
DSF_EnableCookerWarnings 

Definition at line 13 of file DebugSerializationFlags.h.