EDebugSerializationFlags

Debug serialization flags.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/UObject/DebugSerializationFlags.h

Include

#include "UObject/DebugSerializationFlags.h"

Syntax

enum EDebugSerializationFlags
{
    DSF_None                    = 0x00000000,
    DSF_IgnoreDiff              = 0x00000001,
    DSF_EnableCookerWarnings    = 0x00000002,
}

Values

Name

Description

DSF_None

No special flags

DSF_IgnoreDiff

DSF_EnableCookerWarnings

Remarks

Debug serialization flags.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss