IDesktopPlatform::TryParseStockEngineVersion

Attempt to get the engine version from the supplied identifier

Windows
MacOS
Linux

References

Module

DesktopPlatform

Header

/Engine/Source/Developer/DesktopPlatform/Public/IDesktopPlatform.h

Include

#include "IDesktopPlatform.h"

Syntax

bool TryParseStockEngineVersion
(
    const FString & Identifier,
    FEngineVersion & OutVersion
)

Remarks

Attempt to get the engine version from the supplied identifier

Returns

true if the engine version was successfully obtained

Parameters

Parameter

Description

Identifier

Engine identifier to check

OutVersion

Engine version obtained from identifier

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss