Navigation
Unreal Engine C++ API Reference > Developer > DesktopPlatform > IDesktopPlatform
References
Module | DesktopPlatform |
Header | /Engine/Source/Developer/DesktopPlatform/Public/IDesktopPlatform.h |
Include | #include "IDesktopPlatform.h" |
bool GetEngineIdentifierForProject
(
const FString & ProjectFileName,
FString & OutIdentifier
)
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 |