I’ve faced a problem with storing Unreal Insights traces.
By default directory for them is in my users AppData, which is stored on my system disk. Space on that disk is running low, so I would like to move .utrace files to other disk.
Unfortunately, I cannot find a way to change a folder for saving them. I’ve checked Unreal Insights Session Browser, checked Editor Preferences and Project Settings, looked up Unreal Insights Overview from Epic Games, but to no avail.
I would be very grateful if someone showed me what I’ve overlooked.
Try this: When calling Trace, use Trace.File. For the first optional parameter, instead of either ignoring it or simply putting in the filename, put in the full path of where you would like the file to go, in addition to its name. So, instead of
Yes, I am using Trace.File with needed path. The question was about changing the default path, but it is not relevant anymore—tracing to a custom path is working as intended. Thank you for answering!
But it is still interesting about changing default path.
Also, maybe someone now commandline argument which tells Unreal to not start tracing automatically when starting Engine or Development Client? It is something like this -tracenoautostart, but unfortunately it is all I can remember. It exists; I know it because seen it.