IDesktopPlatform::GetEngineIdentifierForProject

Gets the engine association for a project.

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](API\Runtime\Core\Containers\FString) & ProjectFileName,
    [FString](API\Runtime\Core\Containers\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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library