Navigation
API > API/Developer > API/Developer/DesktopPlatform > API/Developer/DesktopPlatform/IDesktopPlatform
References
| Module | DesktopPlatform |
| Header | /Engine/Source/Developer/DesktopPlatform/Public/IDesktopPlatform.h |
| Include | #include "IDesktopPlatform.h" |
bool GetEngineIdentifierForProject
&40;
const FString & ProjectFileName,
FString & OutIdentifier
&41;
Remarks
Gets the engine association for a project. true if OutIdentifier is set to the project's engine association
Parameters
| Name | Description |
|---|---|
| ProjectFileName | Filename of the project to update |
| OutIdentifier | Identifier of the engine to associate it with |