Choose your operating system:
Windows
macOS
Linux
| UObject::PostTransacted()
|
Module |
|
Header |
/Engine/Plugins/Experimental/Optimus/Source/OptimusDeveloper/Public/OptimusActionStack.h |
Include |
#include "OptimusActionStack.h" |
Source |
/Engine/Plugins/Experimental/Optimus/Source/OptimusDeveloper/Private/OptimusActionStack.cpp |
virtual void PostTransacted
(
const FTransactionObjectEvent & TransactionEvent
)
Called after the object has been transacted in some way. TransactionEvent describes what actually happened. @note Unlike PostEditUndo (which is called for any object in the transaction), this is only called on objects that are actually changed by the transaction.