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 FStormSyncPackageDescriptor
Remarks
A package descriptor is holding the metadata information for a given ava package. Has information about its name, description, version, author and most importantly a list of file dependencies (full list of files with data about their state, timestamp, size, hash, etc.)
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | Author | The company or individual who created this package | |
| TArray< FStormSyncFileDependency > | Dependencies | The inner list of file assets dependencies for this ava package | |
| FString | Description | Description of the package | |
| FString | Name | Friendly name of the package | |
| FString | Version | Name of the version for this plugin. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor. |