Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Modules > API/Runtime/Core/Modules/FBuildVersion
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 |
static bool TryRead
&40;
const FString & FileName,
FBuildVersion & OutVersion
&41;
Remarks
Try to read a version file from disk True if the version was read successfully, false otherwise
Parameters
Name | Description |
---|---|
FileName | Path to the version file |
OutVersion | The version information |