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 GetDefaultEngineIdentifier
(
FString & OutIdentifier
)
Remarks
Gets the identifier for the default engine. This will be the newest installed engine. true if OutIdentifier is valid.
Parameters
| Name | Description |
|---|---|
| OutIdentifier | String to hold to the default engine's identifier |