UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
AutoRTFMTesting.h File Reference
#include "AutoRTFM.h"

Go to the source code of this file.

Classes

struct  AutoRTFM::Testing::FEnabledStateResetterScoped
 

Namespaces

namespace  AutoRTFM
 
namespace  AutoRTFM::Testing
 

Macros

#define AUTORTFM_TESTING_ASSERT(Condition)    do { if (!(Condition)) { AssertionFailure("AUTORTFM_TESTING_ASSERT(" #Condition ")", __FILE__, __LINE__); }} while (false)
 

Functions

void AutoRTFM::Testing::AssertionFailure (const char *Expression, const char *File, int Line)
 
UE_AUTORTFM_API ForTheRuntime::EAutoRTFMEnabledState AutoRTFM::Testing::ForceSetAutoRTFMRuntime (ForTheRuntime::EAutoRTFMEnabledState State)
 

Macro Definition Documentation

◆ AUTORTFM_TESTING_ASSERT

#define AUTORTFM_TESTING_ASSERT (   Condition)     do { if (!(Condition)) { AssertionFailure("AUTORTFM_TESTING_ASSERT(" #Condition ")", __FILE__, __LINE__); }} while (false)