Navigation
API > API/Runtime > API/Runtime/CoreUObject
| |
|
| Name |
UE::RemoteExecutor::EAbortTransactionBehavior |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/CoreUObject/Public/UObject/RemoteExecutor.h |
| Include Path |
#include "UObject/RemoteExecutor.h" |
Syntax
namespace UE
{
namespace RemoteExecutor
{
enum EAbortTransactionBehavior
{
Immediately,
BeforeCommit,
}
}
}
Values
| Name |
Remarks |
| Immediately |
We abort the transaction immediately (we do not finish the current callstack) |
| BeforeCommit |
We abort the transaction instead of committing it (we continue to execute speculatively) |