IDesktopPlatform::GetEngineIdentifierForProject

Gets 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 GetEngineIdentifierForProject
(
    const FString & ProjectFileName,
    FString & OutIdentifier
)

Remarks

Gets the engine association for a project.

Returns

true if OutIdentifier is set to the project's engine association

Parameters

Parameter

Description

ProjectFileName

Filename of the project to update

OutIdentifier

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