unreal.ScopedEditorTransaction

class unreal.ScopedEditorTransaction(*args, **kwargs)

Bases: object

Type used to create and managed a scoped editor transaction in Python

__enter__() self -- begin this transaction
__exit__(type, value, traceback) None -- end this transaction
cancel() None -- cancel this transaction