EStructSerializerStateFlags

Flags related to the current state being serialized.

Windows
MacOS
Linux

References

Module

Serialization

Header

/Engine/Source/Runtime/Serialization/Public/IStructSerializerBackend.h

Include

#include "IStructSerializerBackend.h"

Syntax

enum EStructSerializerStateFlags
{
    None                       = 0,
    WritingContainerElement    = 1 << 0,
}

Values

Name

Description

None

Nothing special.

WritingContainerElement

Whether its serializing a single element from a container (array, set, map)

Remarks

Flags related to the current state being serialized.

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