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
(
const FString & FileName,
FBuildVersion & OutVersion
)
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 |