IDesktopPlatform::SetEngineIdentifierForProject

Sets the engine association for a project.

Windows
MacOS
Linux

References

Module

DesktopPlatform

Header

/Engine/Source/Developer/DesktopPlatform/Public/IDesktopPlatform.h

Include

#include "IDesktopPlatform.h"

Syntax

bool SetEngineIdentifierForProject
(
    const FString & ProjectFileName,
    const FString & Identifier
)

Remarks

Sets the engine association for a project.

Returns

true if the project was successfully updated

Parameters

Parameter

Description

ProjectFileName

Filename of the project to update

Identifier

Identifier of the engine to associate it with

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