UTransactor::End

Attempts to close an undo transaction. Only successful if the transaction's action counter is 1.

Windows
MacOS
Linux

Override Hierarchy

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/Editor/Transactor.h

Include

#include "Editor/Transactor.h"

Syntax

virtual int32 End()

Remarks

Attempts to close an undo transaction. Only successful if the transaction's action counter is 1.

Returns

Number of active actions when End() was called; a value of 1 indicates that the transaction was successfully closed

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