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