FUProjectDictionary::GetRelativeProjectPathForGame

Gets the project filename for the given game. Empty if not found.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/UProjectInfo.h

Include

#include "Misc/UProjectInfo.h"

Source

/Engine/Source/Runtime/Core/Private/Misc/UProjectInfo.cpp

Syntax

FString GetRelativeProjectPathForGame
(
    const TCHAR * GameName,
    const FString & BaseDir
) const

Remarks

Gets the project filename for the given game. Empty if not found.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss