Files
ionut matasaru edcb3ea2e3 [Insights] New TraceAnalyzer tool. Converts a utrace file into a text file. It also logs the trace analysis process and outputs several stats regarding trace content.
#rb Johan.Berg, Catalin.Dragoiu
[FYI] Martin.Ridgers

[CL 29280230 by ionut matasaru in ue5-main branch]
2023-10-31 12:51:06 -04:00

7 lines
217 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "CoreMinimal.h"
// Hack for missing Launch module dependency that causes link error on a certain platform
FString GFileRootDirectory;
FString GSandboxName;