Navigation
API > API/Plugins > API/Plugins/StormSyncCore
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.)
| Name | FStormSyncPackageDescriptor |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/StormSync/Source/StormSyncCore/Public/StormSyncPackageDescriptor.h |
| Include Path | #include "StormSyncPackageDescriptor.h" |
Syntax
USTRUCT ()
struct FStormSyncPackageDescriptor
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FStormSyncPackageDescriptor() |
Default constructor. | StormSyncPackageDescriptor.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Author | FString | The company or individual who created this package | StormSyncPackageDescriptor.h |
|
| Dependencies | TArray< FStormSyncFileDependency > | The inner list of file assets dependencies for this ava package | StormSyncPackageDescriptor.h |
|
| Description | FString | Description of the package | StormSyncPackageDescriptor.h |
|
| Name | FString | Friendly name of the package | StormSyncPackageDescriptor.h |
|
| Version | FString | Name of the version for this plugin. | StormSyncPackageDescriptor.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString ToString() |
StormSyncPackageDescriptor.h |