Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

14 lines
332 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreTypes.h"
namespace UE::ProjectUtilities
{
/**
* Allows a monolithic target to control the game directory by the presence of commandline arguments for the project.
*/
PROJECTS_API void ParseProjectDirFromCommandline(int32 ArgC, TCHAR* ArgV[]);
}