Navigation
| Name | StormSyncCore |
| Type | Plugin |
| Part of Plugins | Storm Sync |
| Location | /Engine/Plugins/VirtualProduction/StormSync/Source/StormSyncCore/ |
| Module Build Rules | StormSyncCore.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FStormSyncCommandLineUtils | Provides command line helpers to help in dealing with command parameters |
| FStormSyncCoreUtils | This class exposes a set of static methods to manipulate Ava Pak files, creation and extraction. |
| UStormSyncCoreSettings | Settings for the StormSyncCore plugin modules. |
Structs
| Name | Remarks |
|---|---|
| FStormSyncConnectedDevice | UI related data holder for storm sync connected devices |
| FStormSyncCoreDelegates | FStormSyncCoreDelegates |
| FStormSyncCoreExtractArgs | FStormSyncCoreExtractArgs |
| FStormSyncFileDependency | FStormSyncFileDependency. |
| FStormSyncFileModifierInfo | FStormSyncFileModifierInfo. |
| FStormSyncImportFileInfo | Data holder during an extraction process.Used to compute a list of files that needs extraction. |
| FStormSyncPackageDescriptor | FStormSyncPackageDescriptor. |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FStormSyncArchivePtr | TSharedPtr< FArchive, ESPMode::ThreadSafe > | StormSyncCommonTypes.h | |
| FStormSyncBuffer | TArray64< uint8 > | Common alias to a ThreadSafe SharedPtr to hold a Buffer (array of uint8) | StormSyncCommonTypes.h |
| FStormSyncBufferPtr | TSharedPtr< FStormSyncBuffer, ESPMode::ThreadSafe > | StormSyncCommonTypes.h |
Enums
Public
| Name | Remarks |
|---|---|
| EStormSyncConnectedDeviceState | Connection states for storm sync discovered devices over the network |
| EStormSyncEngineType | Engine type values for a storm sync connected device |
| EStormSyncModifierOperation | EStormSyncModifierOperation.Defines the ways that mods will modify packages |