Navigation
API > API/Editor > API/Editor/BlueprintEditorLibrary
The results of comparing an assets save version to another
| Name | EAssetSaveVersionComparisonResults |
| Type | enum |
| Header File | /Engine/Source/Editor/BlueprintEditorLibrary/Public/BlueprintEditorLibrary.h |
| Include Path | #include "BlueprintEditorLibrary.h" |
Syntax
enum EAssetSaveVersionComparisonResults
{
InvalidComparison,
Identical,
Newer,
Older,
}
Values
| Name | Remarks |
|---|---|
| InvalidComparison | The comparison could not be completed. |
| Identical | The asset save version is identical to what it is being compared to. |
| Newer | The asset save version is newer than what it is being compared to. |
| Older | The asset save version is older than what it is being compared to. |