UKismetSystemLibrary::SnapshotObject

Notify the current transaction (if any) that this object is about to be modified and should be snapshot for intermediate update.

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 SnapshotObject
(
    UObject * Object
)

Remarks

Notify the current transaction (if any) that this object is about to be modified and should be snapshot for intermediate update. @note Internally this calls SnapshotTransactionBuffer on the given object. @note 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