// Copyright Epic Games, Inc. All Rights Reserved. #pragma once #include "CoreMinimal.h" /** * The application's main function. * * @param CommandLine The application command line. * @return Application's exit value. */ int32 UnrealInsightsMain(const TCHAR* CommandLine);