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

Scope that captures warning log messages necessary to filter out warning message from appearing the log file as Horde will flag the warnings. More...

#include <WarnFilterScope.h>

Public Member Functions

 FWarnFilterScope (TFunction< bool(const TCHAR *Message, ELogVerbosity::Type Verbosity, const FName &Category)> LogHandler)
 
 FWarnFilterScope (const FWarnFilterScope &)=delete
 
FWarnFilterScopeoperator= (const FWarnFilterScope &)=delete
 
 ~FWarnFilterScope ()
 

Detailed Description

Scope that captures warning log messages necessary to filter out warning message from appearing the log file as Horde will flag the warnings.

Constructor & Destructor Documentation

◆ FWarnFilterScope() [1/2]

FWarnFilterScope::FWarnFilterScope ( TFunction< bool(const TCHAR *Message, ELogVerbosity::Type Verbosity, const FName &Category)>  LogHandler)
Parameters
LogHandlerfunction to filter log messages. returning true filters message from log file

◆ FWarnFilterScope() [2/2]

FWarnFilterScope::FWarnFilterScope ( const FWarnFilterScope )
delete

◆ ~FWarnFilterScope()

FWarnFilterScope::~FWarnFilterScope ( )

Member Function Documentation

◆ operator=()

FWarnFilterScope & FWarnFilterScope::operator= ( const FWarnFilterScope )
delete

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