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
USTRUCT ()
struct FStormSyncFileModifierInfo
Remarks
Effectively a sync request with an additional list of sync modifiers, representing the diffing results and files we want to synchronize.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FStormSyncFileDependency | FileDependency | The file dependency this modifier relates to | |
| EStormSyncModifierOperation | ModifierOperation | The operation of this modifier: Addition, Missing, Overwrite, etc |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor. | |||
FStormSyncFileModifierInfo
(
const EStormSyncModifierOperation InModifierOperation, |