This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
091793f53ee87bf330cfe08697b8cbb55c0304c0
UnrealEngineUWP
/
Engine
/
Source
/
Developer
/
OutputLog
/
Public
History
jason walter
5910e9923a
Add arguments to SOutputLog to control limiting the output log by the number of lines. This is opt-in and depends on the console variable OutputLogModule.LimitLogging=true to enable in the right click menu of the output window. By default the value is off and SwitchboardListener is the only app that enables the feature currently.
...
#jira UE-218467 [CL 34674626 by jason walter in ue5-main branch]
2024-06-26 10:11:09 -04:00
..
OutputLogCreationParams.h
Add arguments to SOutputLog to control limiting the output log by the number of lines. This is opt-in and depends on the console variable OutputLogModule.LimitLogging=true to enable in the right click menu of the output window. By default the value is off and SwitchboardListener is the only app that enables the feature currently.
2024-06-26 10:11:09 -04:00
OutputLogModule.h
Add arguments to SOutputLog to control limiting the output log by the number of lines. This is opt-in and depends on the console variable OutputLogModule.LimitLogging=true to enable in the right click menu of the output window. By default the value is off and SwitchboardListener is the only app that enables the feature currently.
2024-06-26 10:11:09 -04:00
OutputLogSettings.h
…