Navigation
API > API/Plugins > API/Plugins/StormSyncCore
References
| |
|
| Module |
StormSyncCore |
| Header |
/Engine/Plugins/Experimental/StormSync/Source/StormSyncCore/Public/StormSyncCoreUtils.h |
| Include |
#include "StormSyncCoreUtils.h" |
Syntax
struct FStormSyncCoreExtractArgs
FStormSyncCoreExtractArgs
Delegates used by the main extract method. Use it to register delegates when you want to be notified from external code.
Variables
| |
Type |
Name |
Description |
 |
FOnFileExtract |
OnFileExtract |
Delegate type triggered when a file asset is extracted from an incoming pak |
 |
FOnPakPostExtract |
OnPakPostExtract |
Delegate type for when one an incoming pak extraction is ended |
 |
FOnPakPreExtract |
OnPakPreExtract |
Delegate type for when one an incoming pak extraction process starts |
Constructors
| |
Type |
Name |
Description |
 |
|
|
Default constructor |
Typedefs
| Name |
Description |
| FOnFileExtract |
Delegate type for when one asset is being extracted from an incoming pak |
| FOnPakPostExtract |
Delegate type for when one an incoming pak extraction is ended |
| FOnPakPreExtract |
Delegate type for when one an incoming pak extraction process starts |