Files
UnrealEngine/Engine/Source/Developer/TraceInsightsFrontend/Private/InsightsFrontend/InsightsFrontendSettings.cpp
2025-05-18 13:04:45 +08:00

11 lines
215 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "InsightsFrontendSettings.h"
namespace UE::Insights
{
FInsightsFrontendSettings FInsightsFrontendSettings::Defaults(true);
} // namespace UE::Insights