FBuildVersion::TryRead

Try to read a version file from disk

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Modules/BuildVersion.h

Include

#include "Modules/BuildVersion.h"

Source

/Engine/Source/Runtime/Core/Private/Modules/BuildVersion.cpp

Syntax

static bool TryRead
(
    const FString & FileName,
    FBuildVersion & OutVersion
)

Remarks

Try to read a version file from disk

Returns

True if the version was read successfully, false otherwise

Parameters

Parameter

Description

FileName

Path to the version file

OutVersion

The version information

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