![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
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 | |
| FWarnFilterScope & | operator= (const FWarnFilterScope &)=delete |
| ~FWarnFilterScope () | |
Scope that captures warning log messages necessary to filter out warning message from appearing the log file as Horde will flag the warnings.
| FWarnFilterScope::FWarnFilterScope | ( | TFunction< bool(const TCHAR *Message, ELogVerbosity::Type Verbosity, const FName &Category)> | LogHandler | ) |
| LogHandler | function to filter log messages. returning true filters message from log file |
|
delete |
| FWarnFilterScope::~FWarnFilterScope | ( | ) |
|
delete |