11 lines
215 B
C++
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
|