Logging

Log categories

Runtime

Name
Description

LogUPTemp

Temp logging

LogUPRuntimePrefabSubsystem

Prefab Reference Component logging

LogUPPrefabReferenceComponent

Prefab Reference Component logging

LogUPPrefabNetManager

Prefab Net Manager logging

Editor Only

Name
Description

LogUPPrefabEditorSubsystem

Prefab Editor Subsystem logging

LogUPPrefabReferenceComponentEditorVisualizer

Prefab Reference Component Editor Visualizer logging

Change logging verbosity

To set the verbosity of a logging category on startup for your whole team, add a new line in your DefaultEngine.ini (located in YourProject/Config) and write [Core.Log], then for any change you want to do simply add a new line under [Core.Log], and write <UPCategory>=<Verbosity>. For example LogUPRuntimePrefabSubsystem=Verbose

To change the verbosity of a logging category for the duration of your session enter Log <UPCategory> <Verbosity> in the console. For example Log LogUPRuntimePrefabSubsystem Verbose.

Last updated