UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
AutoRTFM::ForTheRuntime Namespace Reference

Functions

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

Function Documentation

◆ CoinTossDisable()

bool AutoRTFM::ForTheRuntime::CoinTossDisable ( )

◆ DebugBreakIfMemoryValidationFails()

UE_AUTORTFM_ALWAYS_OPEN void AutoRTFM::ForTheRuntime::DebugBreakIfMemoryValidationFails ( )

◆ GetAutoRTFMEnabledProbability()

float AutoRTFM::ForTheRuntime::GetAutoRTFMEnabledProbability ( )

◆ GetEnsureOnInternalAbort()

bool AutoRTFM::ForTheRuntime::GetEnsureOnInternalAbort ( )

◆ GetInternalAbortAction()

EAutoRTFMInternalAbortActionState AutoRTFM::ForTheRuntime::GetInternalAbortAction ( )

◆ GetMemoryValidationLevel()

EMemoryValidationLevel AutoRTFM::ForTheRuntime::GetMemoryValidationLevel ( )

◆ GetMemoryValidationStatisticsEnabled()

bool AutoRTFM::ForTheRuntime::GetMemoryValidationStatisticsEnabled ( )

◆ GetMemoryValidationThrottlingEnabled()

bool AutoRTFM::ForTheRuntime::GetMemoryValidationThrottlingEnabled ( )

◆ GetRetryTransaction()

EAutoRTFMRetryTransactionState AutoRTFM::ForTheRuntime::GetRetryTransaction ( )

◆ IsAutoRTFMRuntimeEnabledInternal()

bool AutoRTFM::ForTheRuntime::IsAutoRTFMRuntimeEnabledInternal ( )

◆ SetAutoRTFMEnabledProbability()

void AutoRTFM::ForTheRuntime::SetAutoRTFMEnabledProbability ( float  Chance)

◆ SetAutoRTFMRuntime()

bool AutoRTFM::ForTheRuntime::SetAutoRTFMRuntime ( EAutoRTFMEnabledState  State)

◆ SetEnsureOnInternalAbort()

void AutoRTFM::ForTheRuntime::SetEnsureOnInternalAbort ( bool  bEnabled)

◆ SetInternalAbortAction()

void AutoRTFM::ForTheRuntime::SetInternalAbortAction ( EAutoRTFMInternalAbortActionState  State)

◆ SetMemoryValidationLevel()

void AutoRTFM::ForTheRuntime::SetMemoryValidationLevel ( EMemoryValidationLevel  Level)

◆ SetMemoryValidationStatisticsEnabled()

void AutoRTFM::ForTheRuntime::SetMemoryValidationStatisticsEnabled ( bool  bEnabled)

◆ SetMemoryValidationThrottlingEnabled()

void AutoRTFM::ForTheRuntime::SetMemoryValidationThrottlingEnabled ( bool  bEnabled)

◆ SetRetryTransaction()

void AutoRTFM::ForTheRuntime::SetRetryTransaction ( EAutoRTFMRetryTransactionState  State)

◆ ShouldRetryNestedTransactionsToo()

bool AutoRTFM::ForTheRuntime::ShouldRetryNestedTransactionsToo ( )

◆ ShouldRetryNonNestedTransactions()

bool AutoRTFM::ForTheRuntime::ShouldRetryNonNestedTransactions ( )