Navigation
API > API/Plugins > API/Plugins/FileSandboxCore > API/Plugins/FileSandboxCore/FFileSandboxCore_EngineVersionIn-
Description
Check if this version is compatible with the given version. A sandbox version is compatible if it's not newer than the current version. Comparison order: Major > Minor > Patch > Changelist
| Name | IsCompatibleWith |
| Type | function |
| Header File | /Engine/Plugins/Developer/Sandbox/FileSandbox/Source/FileSandboxCore/Public/Data/VersionInfo.h |
| Include Path | #include "Data/VersionInfo.h" |
| Source | /Engine/Plugins/Developer/Sandbox/FileSandbox/Source/FileSandboxCore/Private/Data/VersionInfo.cpp |
bool IsCompatibleWith
(
const FFileSandboxCore_EngineVersionInfo & InCurrentVersion
) const
true if this version can be loaded in the current version
Parameters
| Name | Remarks |
|---|---|
| InCurrentVersion | The current engine version to check against |