Navigation
Unreal Engine C++ API Reference > Plugins > HTTPChunkInstaller
Inheritance Hierarchy
- FRunnable
- FChunkInstallTask
References
Module | HTTPChunkInstaller |
Header | /Engine/Plugins/Runtime/HTTPChunkInstaller/Source/Public/ChunkInstall.h |
Include | #include "ChunkInstall.h" |
Syntax
class FChunkInstallTask : public FRunnable
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bCopy | |
![]() |
IBuildPatchServicesModule * | BPSModule | |
![]() |
IBuildManifestPtr | BuildManifest | |
![]() |
FEvent * | CompleteEvent | |
![]() |
const TArray< FString > * | CurrentMountPaks | |
![]() |
FString | DestDir | |
![]() |
FString | HoldingManifestPath | |
![]() |
FString | ManifestPath | Input parameters |
![]() |
TArray< FString > | MountedPaks | Output |
![]() |
FString | SrcDir |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() |
Functions
Overridden from FRunnable
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
uint32 | Run () |
Runs the runnable object. |