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 TryReadFromString
(
const FString & Text,
FBuildVersion & OutVersion
)
Remarks
Try to read version info from data stored in a string. True if the version was read successfully, false otherwise
Parameters
| Name | Description |
|---|---|
| Text | The version info stored in string form |
| OutVersion | The version information |