Navigation
API > API/Runtime > API/Runtime/Core
Flags defining how the Custom Version should be applied
| Name | ESetCustomVersionFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/CustomVersion.h |
| Include Path | #include "Serialization/CustomVersion.h" |
Syntax
enum ESetCustomVersionFlags
{
None,
SkipUpdateExistingVersion = 0x01,
}
Values
| Name | Remarks |
|---|---|
| None | |
| SkipUpdateExistingVersion | If Set, it will not query the versions registry to update the version data if the key is already in the container. |