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

14 lines
282 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 UnrealFrontendMain( const TCHAR* CommandLine );