Navigation
API > API/Plugins > API/Plugins/DataValidation
| Name | FScopedLogMessageGatherer |
| Type | struct |
| Header File | /Engine/Plugins/Editor/DataValidation/Source/DataValidation/Public/EditorValidatorHelpers.h |
| Include Path | #include "EditorValidatorHelpers.h" |
Syntax
struct FScopedLogMessageGatherer
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FScopedLogMessageGatherer
(
bool bEnabled |
EditorValidatorHelpers.h | ||
| EditorValidatorHelpers.h | |||
| EditorValidatorHelpers.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FScopedLogMessageGatherer() |
EditorValidatorHelpers.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Tell this scope to ignore certain log messages | EditorValidatorHelpers.h | ||
TTuple< int32, int32 > AddIgnorePatterns
(
TConstArrayView< FWildcardString > NewPatterns |
Tell this scope to ignore certain log messages | EditorValidatorHelpers.h | |
void RemoveIgnoreCategories
(
TTuple< int32, int32 > Range |
Tell this scope to stop ignoring certain log messages. | EditorValidatorHelpers.h | |
void RemoveIgnorePatterns
(
TTuple< int32, int32 > Range |
Tell this scope to stop ignoring certain log messages. | EditorValidatorHelpers.h | |
| Stop gathering logs and return the warnings and errors gathered so far | EditorValidatorHelpers.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FScopedLogMessageGatherer * GetCurrentThreadGatherer() |
Returns the current gather constructed on this thread in an enclosing scope if any | EditorValidatorHelpers.h | |
| Delegate that may be bound by a project to set a default list of log categories to ignore during asset validation | EditorValidatorHelpers.h | ||
static TDelegate< TArray< FWildcardString >(void)> & GetDefaultIgnorePatternsDelegate() |
Delegate that may be bound by a project to set a default list of log patterns to ignore during asset validation | EditorValidatorHelpers.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FScopedLogMessageGatherer & operator=
(
const FScopedLogMessageGatherer& |
EditorValidatorHelpers.h | ||
| EditorValidatorHelpers.h |