UKismetSystemLibrary::TransactObject

Notify the current transaction (if any) that this object is about to be modified and should be placed into the undo buffer.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/KismetSystemLibrary.h

Include

#include "Kismet/KismetSystemLibrary.h"

Source

/Engine/Source/Runtime/Engine/Private/KismetSystemLibrary.cpp

Syntax

static void TransactObject
(
    UObject * Object
)

Remarks

Notify the current transaction (if any) that this object is about to be modified and should be placed into the undo buffer.

Internally this calls Modify on the given object, so will also mark the owner package dirty.

Only available in the editor.

Parameters

Parameter

Description

Object

The object that is about to be modified.

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