Navigation
API > API/Plugins > API/Plugins/StormSyncCore
References
| Module | StormSyncCore |
| Header | /Engine/Plugins/Experimental/StormSync/Source/StormSyncCore/Public/StormSyncPackageDescriptor.h |
| Include | #include "StormSyncPackageDescriptor.h" |
Syntax
enum EStormSyncModifierOperation
{
UMETA =(DisplayName="Add"),
UMETA =(DisplayName="Missing"),
UMETA =(DisplayName="Overwrite"),
}
Values
| Name | Description |
|---|---|
| UMETA | This is an addition, meaning receiver is missing the file |
| UMETA | This is a missing situation, meaning receiver has the file but sender has not |
| UMETA | This is an overwrite, meaning both sender and receiver have the file, but in a different state (mismatch filesize, hash, etc.) |
Remarks
EStormSyncModifierOperation.
Defines the ways that mods will modify packages