Navigation
API > API/Plugins > API/Plugins/StormSyncCore
Delegates used by the main extract method. Use it to register delegates when you want to be notified from external code.
| Name | FStormSyncCoreExtractArgs |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/StormSync/Source/StormSyncCore/Public/StormSyncCoreUtils.h |
| Include Path | #include "StormSyncCoreUtils.h" |
Syntax
struct FStormSyncCoreExtractArgs
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FStormSyncCoreExtractArgs() |
Default constructor | StormSyncCoreUtils.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnArchiveExtracted | TBaseDelegate_ThreeParams< void, const FStormSyncFileDependency &, const FString &, const FStormSyncArchivePtr & > | Delegate type called after a file buffer is extracted from an incoming pak into the provided archive. | StormSyncCoreUtils.h |
| FOnFileExtract | TBaseDelegate_ThreeParams< void, const FStormSyncFileDependency &, FString, const FStormSyncBufferPtr & > | Delegate type for when one asset is being extracted from an incoming pak | StormSyncCoreUtils.h |
| FOnGetArchiveForExtract | TBaseDelegate_TwoParams< FStormSyncArchivePtr, const FStormSyncFileDependency &, const FString & > | Delegate type called to obtain an archive to extract an asset. | StormSyncCoreUtils.h |
| FOnPakPostExtract | TBaseDelegate_OneParam< void, int32 > | Delegate type for when one an incoming pak extraction is ended | StormSyncCoreUtils.h |
| FOnPakPreExtract | TBaseDelegate_OneParam< void, int32 > | Delegate type for when one an incoming pak extraction process starts | StormSyncCoreUtils.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnArchiveExtracted | FOnArchiveExtracted | Delegate type called after a file buffer is extracted from the archive. | StormSyncCoreUtils.h | |
| OnFileExtract | FOnFileExtract | Delegate type triggered when a file asset is extracted from an incoming pak | StormSyncCoreUtils.h | |
| OnGetArchiveForExtract | FOnGetArchiveForExtract | Delegate type called to obtain an archive to extract an asset. | StormSyncCoreUtils.h | |
| OnPakPostExtract | FOnPakPostExtract | Delegate type for when one an incoming pak extraction is ended | StormSyncCoreUtils.h | |
| OnPakPreExtract | FOnPakPreExtract | Delegate type for when one an incoming pak extraction process starts | StormSyncCoreUtils.h |