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 SetEngineIdentifierForProject
(
const FString & ProjectFileName,
const FString & Identifier
)
Remarks
Sets the engine association for a project. true if the project was successfully updated
Parameters
| Name | Description |
|---|---|
| ProjectFileName | Filename of the project to update |
| Identifier | Identifier of the engine to associate it with |