Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
Description
Called after the object has been transacted in some way. TransactionEvent describes what actually happened.
Unlike PostEditUndo (which is called for any object in the transaction), this is only called on objects that are actually changed by the transaction.
| Name | PostTransacted |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Object.h |
| Include Path | #include "UObject/Object.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Obj.cpp |
virtual void PostTransacted
(
const FTransactionObjectEvent & TransactionEvent
)