UEConsole Commands
VariableConsole VariableRemaining

log.Category

log.Category is a console variable in Unreal Engine 5 (UE5). See what log.Category does, its values, and how to use this cvar in the Unreal console below.

Category: Remaining · Namespace: log

Help

Defines if the categoy is included in each line in the log file and in what form. 0 = Do not log category 2 = Log the category (default)

Usage

Unreal console (open with ~)
> log.Category 1

Console variables take a value. Replace 1 with the setting you need. Run it with no value to print the current one.

Related in log