UpdateOutputLogFilter

Overload list

Unreal Engine C++ API Reference > Developer > OutputLog > FOutputLogModule

  Type Name Description
Public function void

UpdateOutputLogFilter ( const TArray< FName >& CategoriesToShow,
const FOutputFilterParams& InParams
)

Change the output log's filter. If CategoriesToShow is empty, all categories will be shown.
Public function void

UpdateOutputLogFilter ( const TArray< FName >& CategoriesToShow,
TOptional< bool > bShowErrors,
TOptional< bool > bShowWarnings,
TOptional< bool > bShowLogs
)

Change the output log's filter. If CategoriesToShow is empty, all categories will be shown.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page