Navigation
API > API/Developer > API/Developer/OutputLog > API/Developer/OutputLog/FOutputLogModule
| |
|
| Name |
FOutputFilterParams |
| Type |
struct |
| Header File |
/Engine/Source/Developer/OutputLog/Public/OutputLogModule.h |
| Include Path |
#include "OutputLogModule.h" |
Syntax
struct FOutputFilterParams
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bShowErrors |
TOptional< bool > |
|
OutputLogModule.h |
|
| bShowLogs |
TOptional< bool > |
|
OutputLogModule.h |
|
| bShowWarnings |
TOptional< bool > |
|
OutputLogModule.h |
|
| IgnoreFilterVerbosities |
TOptional< TSet< ELogVerbosity::Type > > |
|
OutputLogModule.h |
|