![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <OnDemandContentInstaller.h>
Public Member Functions | |
| FInstall (FOnDemandInstallArgs &&InArgs, FOnDemandInstallCompleted &&InOnCompleted, FOnDemandInstallProgressed &&InOnProgress) | |
Public Attributes | |
| FOnDemandInstallArgs | Args |
| FOnDemandInstallCompleted | OnCompleted |
| FOnDemandInstallProgressed | OnProgress |
| FSharedInternalInstallRequest | Request |
| TArray< Private::FResolvedContainerChunks > | ResolvedChunks |
| TArray< FChunkHttpRequestHandle > | HttpRequestHandles |
| FOnDemandInstallProgress | Progress |
| uint64 | DownloadedChunkCount = 0 |
| uint64 | LastProgressCycles = 0 |
| bool | bHttpRequestsIssued = false |
| std::atomic_bool | bNotifyingProgressOnGameThread {false} |
|
inline |
| FOnDemandInstallArgs UE::IoStore::FOnDemandContentInstaller::FRequest::FInstall::Args |
| std::atomic_bool UE::IoStore::FOnDemandContentInstaller::FRequest::FInstall::bNotifyingProgressOnGameThread {false} |
| uint64 UE::IoStore::FOnDemandContentInstaller::FRequest::FInstall::DownloadedChunkCount = 0 |
| TArray<FChunkHttpRequestHandle> UE::IoStore::FOnDemandContentInstaller::FRequest::FInstall::HttpRequestHandles |
| uint64 UE::IoStore::FOnDemandContentInstaller::FRequest::FInstall::LastProgressCycles = 0 |
| FOnDemandInstallCompleted UE::IoStore::FOnDemandContentInstaller::FRequest::FInstall::OnCompleted |
| FOnDemandInstallProgressed UE::IoStore::FOnDemandContentInstaller::FRequest::FInstall::OnProgress |
| FOnDemandInstallProgress UE::IoStore::FOnDemandContentInstaller::FRequest::FInstall::Progress |
| FSharedInternalInstallRequest UE::IoStore::FOnDemandContentInstaller::FRequest::FInstall::Request |
| TArray<Private::FResolvedContainerChunks> UE::IoStore::FOnDemandContentInstaller::FRequest::FInstall::ResolvedChunks |