Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfile
Description
Sets the path to the Unreal project to use.
| Name | SetProjectPath |
| Type | function |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h |
| Include Path | #include "ILauncherProfile.h" |
void SetProjectPath
(
const FString & Path
)
Parameters
| Name | Remarks |
|---|---|
| Path | The full path to the project. |