Navigation
API > API/Runtime > API/Runtime/AutoRTFM
Description
Run the callback in a transaction like Transact, but abort program execution if the result is anything other than autortfm_committed. Useful for testing.
| Name | AutoRTFM::Testing::Commit |
| Type | function |
| Header File | /Engine/Source/Runtime/AutoRTFM/Public/AutoRTFMTesting.h |
| Include Path | #include "AutoRTFMTesting.h" |
namespace AutoRTFM
{
namespace Testing
{
template<typename TFunctor>
static void AutoRTFM::Testing::Commit
(
const TFunctor & Functor
)
}
}