Navigation
API > API/Plugins > API/Plugins/FileSandboxCore
Holds engine version information
| Name | FFileSandboxCore_EngineVersionInfo |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Sandbox/FileSandbox/Source/FileSandboxCore/Public/Data/VersionInfo.h |
| Include Path | #include "Data/VersionInfo.h" |
Syntax
USTRUCT ()
struct FFileSandboxCore_EngineVersionInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Changelist | uint32 | Changelist number. This is used to arbitrate when Major/Minor/Patch version numbers match | Data/VersionInfo.h | |
| Major | uint16 | Major version number | Data/VersionInfo.h | |
| Minor | uint16 | Minor version number | Data/VersionInfo.h | |
| Patch | uint16 | Patch version number | Data/VersionInfo.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Initialize
(
const FEngineVersion& InVersion |
Initialize this version info from the given version | Data/VersionInfo.h | |
bool IsCompatibleWith
(
const FFileSandboxCore_EngineVersionInfo& InCurrentVersion |
Check if this version is compatible with the given version. | Data/VersionInfo.h | |
FString ToString
(
bool bIncludeChangelist |
Data/VersionInfo.h |