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
struct FCustomVersion
Remarks
Structure to hold unique custom key with its version.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGuid | Key | Unique custom key. | |
| int32 | ReferenceCount | Number of times this GUID has been registered | |
| CustomVersionValidatorFunc | Validator | An optional validator that will be called if a package has a given version that can prevent it from loading | |
| int32 | Version | Custom version. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Constructor. | |||
FCustomVersion
(
FGuid InKey, |
Helper constructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FName | Gets the friendly name for error messages or whatever |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
FGuid InKey |
Inequality comparison operator for Key | |
| bool | operator==
(
FGuid InKey |
Equality comparison operator for Key |