Files
UnrealEngine/Engine/Source/Programs/UnrealInsights/Private/UnrealInsightsMain.h
2025-05-18 13:04:45 +08:00

14 lines
280 B
C

// 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);