Navigation
Unreal Engine C++ API Reference > Runtime > Core > UObject > FPackageFileVersion
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/UObject/ObjectVersion.h |
Include | #include "UObject/ObjectVersion.h" |
bool IsCompatible
&40;
const FPackageFileVersion & Other
&41; const
Remarks
Returns true if this object is compatible with the FPackageFileVersion passed in as the parameter. This means that all version numbers for the current object are equal or greater than the corresponding version numbers of the other structure.