![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <OnDemandContentInstaller.h>
Public Member Functions | |
| FOnDemandContentInstaller (FOnDemandIoStore &IoStore, FOnDemandHttpThread *HttpClient) | |
| ~FOnDemandContentInstaller () | |
| FSharedInternalInstallRequest | EnqueueInstallRequest (FOnDemandInstallArgs &&Args, FOnDemandInstallCompleted &&OnCompleted, FOnDemandInstallProgressed &&OnProgress) |
| void | EnqueuePurgeRequest (FOnDemandPurgeArgs &&Args, FOnDemandPurgeCompleted &&OnCompleted) |
| void | EnqueueDefragRequest (FOnDemandDefragArgs &&Args, FOnDemandDefragCompleted &&OnCompleted) |
| void | EnqueueVerifyRequest (FOnDemandVerifyCacheCompleted &&OnCompleted) |
| void | EnqueueFlushLastAccessRequest (FOnDemandFlushLastAccessCompleted &&OnCompleted) |
| void | CancelInstallRequest (FSharedInternalInstallRequest InstallRequest) |
| void | UpdateInstallRequestPriority (FSharedInternalInstallRequest InstallRequest, int32 NewPriority) |
| void | ReportAnalytics (TArray< FAnalyticsEventAttribute > &OutAnalyticsArray) const |
| UE::IoStore::FOnDemandContentInstaller::FOnDemandContentInstaller | ( | FOnDemandIoStore & | IoStore, |
| FOnDemandHttpThread * | HttpClient | ||
| ) |
| UE::IoStore::FOnDemandContentInstaller::~FOnDemandContentInstaller | ( | ) |
| void UE::IoStore::FOnDemandContentInstaller::CancelInstallRequest | ( | FSharedInternalInstallRequest | InstallRequest | ) |
| void UE::IoStore::FOnDemandContentInstaller::EnqueueDefragRequest | ( | FOnDemandDefragArgs && | Args, |
| FOnDemandDefragCompleted && | OnCompleted | ||
| ) |
| void UE::IoStore::FOnDemandContentInstaller::EnqueueFlushLastAccessRequest | ( | FOnDemandFlushLastAccessCompleted && | OnCompleted | ) |
| FSharedInternalInstallRequest UE::IoStore::FOnDemandContentInstaller::EnqueueInstallRequest | ( | FOnDemandInstallArgs && | Args, |
| FOnDemandInstallCompleted && | OnCompleted, | ||
| FOnDemandInstallProgressed && | OnProgress | ||
| ) |
| void UE::IoStore::FOnDemandContentInstaller::EnqueuePurgeRequest | ( | FOnDemandPurgeArgs && | Args, |
| FOnDemandPurgeCompleted && | OnCompleted | ||
| ) |
| void UE::IoStore::FOnDemandContentInstaller::EnqueueVerifyRequest | ( | FOnDemandVerifyCacheCompleted && | OnCompleted | ) |
| void UE::IoStore::FOnDemandContentInstaller::ReportAnalytics | ( | TArray< FAnalyticsEventAttribute > & | OutAnalyticsArray | ) | const |
| void UE::IoStore::FOnDemandContentInstaller::UpdateInstallRequestPriority | ( | FSharedInternalInstallRequest | InstallRequest, |
| int32 | NewPriority | ||
| ) |