Navigation
API > API/Developer > API/Developer/OutputLog > API/Developer/OutputLog/FOutputLogModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void UpdateOutputLogFilter
(
const TArray< FName >& CategoriesToShow, |
OutputLogModule.h | ||
void UpdateOutputLogFilter
(
const TArray< FName >& CategoriesToShow, |
Change the output log's filter. If CategoriesToShow is empty, all categories will be shown. | OutputLogModule.h |
UpdateOutputLogFilter(const TArray< FName > &, const FOutputFilterParams &)
| Name | UpdateOutputLogFilter |
| Type | function |
| Header File | /Engine/Source/Developer/OutputLog/Public/OutputLogModule.h |
| Include Path | #include "OutputLogModule.h" |
| Source | /Engine/Source/Developer/OutputLog/Private/OutputLogModule.cpp |
void UpdateOutputLogFilter
(
const TArray< FName > & CategoriesToShow,
const FOutputFilterParams & InParams
)
UpdateOutputLogFilter(const TArray< FName > &, TOptional< bool >, TOptional< bool >, TOptional< bool >)
Description
Change the output log's filter. If CategoriesToShow is empty, all categories will be shown.
| Name | UpdateOutputLogFilter |
| Type | function |
| Header File | /Engine/Source/Developer/OutputLog/Public/OutputLogModule.h |
| Include Path | #include "OutputLogModule.h" |
| Source | /Engine/Source/Developer/OutputLog/Private/OutputLogModule.cpp |
void UpdateOutputLogFilter
(
const TArray< FName > & CategoriesToShow,
TOptional< bool > bShowErrors,
TOptional< bool > bShowWarnings,
TOptional< bool > bShowLogs
)