FArchive::FScopeSetDebugSerializationFlags::FScopeSetDebugSerializationFlags

Initializes an object which will set flags for the scope of this code

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Serialization/Archive.h

Include

#include "Serialization/Archive.h"

Syntax

FScopeSetDebugSerializationFlags
(
    FArchive & InAr,
    uint32 NewFlags,
    bool Remove
)

Remarks

Initializes an object which will set flags for the scope of this code

Parameters

Parameter

Description

NewFlags

new flags to set

Remove

should we add these flags or remove them default is to add

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