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
enum ESetCustomVersionFlags
{
None,
SkipUpdateExistingVersion = 0x01,
}
Values
| Name | Description |
|---|---|
| None | |
| SkipUpdateExistingVersion | If Set, it will not query the versions registry to update the version data if the key is already in the container. |
Remarks
Flags defining how the Custom Version should be applied