unreal.AssetSaveVersionComparisonResults¶
- class unreal.AssetSaveVersionComparisonResults¶
Bases:
EnumBaseThe results of comparing an assets save version to another
C++ Source:
Module: BlueprintEditorLibrary
File: BlueprintEditorLibrary.h
- IDENTICAL: AssetSaveVersionComparisonResults = Ellipsis¶
The asset save version is identical to what it is being compared to
- Type:
1
- INVALID_COMPARISON: AssetSaveVersionComparisonResults = Ellipsis¶
The comparison could not be completed
- Type:
0
- NEWER: AssetSaveVersionComparisonResults = Ellipsis¶
The asset save version is newer than what it is being compared to
- Type:
2
- OLDER: AssetSaveVersionComparisonResults = Ellipsis¶
The asset save version is older than what it is being compared to
- Type:
3