ITransactionObjectAnnotation

Interface for transaction object annotations.

Windows
MacOS
Linux

Inheritance Hierarchy

ITransactionObjectAnnotation

AActor::FActorTransactionAnnotation

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/ITransaction.h

Include

#include "Misc/ITransaction.h"

Syntax

class ITransactionObjectAnnotation

Remarks

Interface for transaction object annotations.

Transaction object annotations are used for attaching additional user defined data to a transaction. This is sometimes useful, because the transaction system only remembers changes that are serializable on the UObject that a modification was performed on, but it does not see other changes that may have to be remembered in order to properly restore the object internals.

Destructors

Functions

Name Description

Public function

void

 

AddReferencedObjects

(
    FReferenceCollector& Collector
)

Public function

void

 

Serialize

(
    FArchive& Ar
)

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