FArchiveState::IsTransacting

Returns true if this archive is transacting, which is used to keep track of changes to objects for things like the editor undo system.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Serialization/Archive.h"

Syntax

bool IsTransacting() const

Remarks

Returns true if this archive is transacting, which is used to keep track of changes to objects for things like the editor undo system.

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