UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FCheckScope Struct Reference

Scope that captures failed check calls. More...

#include <CheckScope.h>

Public Member Functions

CORE_API FCheckScope ()
 
CORE_API FCheckScope (const ANSICHAR *Msg)
 Only catches failed check calls that contain Msg.
 
CORE_API ~FCheckScope ()
 
CORE_API int GetCount ()
 

Detailed Description

Scope that captures failed check calls.

Constructor & Destructor Documentation

◆ FCheckScope() [1/2]

FCheckScope::FCheckScope ( )

◆ FCheckScope() [2/2]

FCheckScope::FCheckScope ( const ANSICHAR Msg)
explicit

Only catches failed check calls that contain Msg.

Parameters
Msgstring to look for in the check message

◆ ~FCheckScope()

FCheckScope::~FCheckScope ( )

Member Function Documentation

◆ GetCount()

int FCheckScope::GetCount ( )

The documentation for this struct was generated from the following files: