UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
API.cpp File Reference
#include "AutoRTFM.h"
#include "AutoRTFMDefines.h"
#include "Context.h"
#include "ExternAPI.h"
#include "Transaction.h"
#include <random>
#include <tuple>
#include <utility>

Namespaces

namespace  AutoRTFM
 
namespace  AutoRTFM::Testing
 
namespace  AutoRTFM::ForTheRuntime
 

Functions

UE_AUTORTFM_API ForTheRuntime::EAutoRTFMEnabledState AutoRTFM::Testing::ForceSetAutoRTFMRuntime (ForTheRuntime::EAutoRTFMEnabledState State)
 
bool AutoRTFM::ForTheRuntime::SetAutoRTFMRuntime (EAutoRTFMEnabledState State)
 
bool AutoRTFM::ForTheRuntime::IsAutoRTFMRuntimeEnabledInternal ()
 
void AutoRTFM::ForTheRuntime::SetAutoRTFMEnabledProbability (float Chance)
 
float AutoRTFM::ForTheRuntime::GetAutoRTFMEnabledProbability ()
 
bool AutoRTFM::ForTheRuntime::CoinTossDisable ()
 
void AutoRTFM::ForTheRuntime::SetInternalAbortAction (EAutoRTFMInternalAbortActionState State)
 
EAutoRTFMInternalAbortActionState AutoRTFM::ForTheRuntime::GetInternalAbortAction ()
 
bool AutoRTFM::ForTheRuntime::GetEnsureOnInternalAbort ()
 
void AutoRTFM::ForTheRuntime::SetEnsureOnInternalAbort (bool bEnabled)
 
void AutoRTFM::ForTheRuntime::SetRetryTransaction (EAutoRTFMRetryTransactionState State)
 
EAutoRTFMRetryTransactionState AutoRTFM::ForTheRuntime::GetRetryTransaction ()
 
bool AutoRTFM::ForTheRuntime::ShouldRetryNonNestedTransactions ()
 
bool AutoRTFM::ForTheRuntime::ShouldRetryNestedTransactionsToo ()
 
EMemoryValidationLevel AutoRTFM::ForTheRuntime::GetMemoryValidationLevel ()
 
void AutoRTFM::ForTheRuntime::SetMemoryValidationLevel (EMemoryValidationLevel Level)
 
bool AutoRTFM::ForTheRuntime::GetMemoryValidationThrottlingEnabled ()
 
void AutoRTFM::ForTheRuntime::SetMemoryValidationThrottlingEnabled (bool bEnabled)
 
bool AutoRTFM::ForTheRuntime::GetMemoryValidationStatisticsEnabled ()
 
void AutoRTFM::ForTheRuntime::SetMemoryValidationStatisticsEnabled (bool bEnabled)
 
UE_AUTORTFM_ALWAYS_OPEN void AutoRTFM::ForTheRuntime::DebugBreakIfMemoryValidationFails ()