Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Serialization/CustomVersion.h |
Include | #include "Serialization/CustomVersion.h" |
Syntax
class FCurrentCustomVersions
Remarks
Provides access to code-defined custom versions registered via FCustomVersionRegistration.
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
TArray< FCustomVersionDifference > | Compare
(
const FCustomVersionArray& CompareVersions, |
Compare a number of versions to current ones and return potential differences. |
![]() ![]() |
TOptional< FCustomVersion > | Get a copy of a single statically registered version if it exists. | |
![]() ![]() |
FCustomVersionContainer | GetAll () |
Get a copy of all versions that has been statically registered so far in the module loading process. |