|
| | FDownloadServiceImpl (IHttpManager *HttpManager, IFileSystem *FileSystem, IDownloadServiceStat *DownloadServiceStat, IInstallerAnalytics *InstallerAnalytics) |
| |
| | ~FDownloadServiceImpl () |
| |
| void | CancelAllRequests () |
| |
| int32 | RequestFileWithHeaders (const FString &FileUri, const TMap< FString, FString > &RequestHeaders, const FDownloadCompleteDelegate &OnCompleteDelegate, const FDownloadProgressDelegate &OnProgressDelegate) |
| |
| void | RequestCancel (int32 RequestId) |
| |
| void | RequestAbandon (int32 RequestId) |
| |
| TSharedRef< FDownloadServiceImpl, Mode > | AsShared () |
| |
| TSharedRef< FDownloadServiceImpl const, Mode > | AsShared () const |
| |
| TSharedRef< SubobjectType, Mode > | AsSharedSubobject (SubobjectType *SubobjectPtr) const |
| |
| TWeakPtr< FDownloadServiceImpl, Mode > | AsWeak () |
| |
| TWeakPtr< FDownloadServiceImpl const, Mode > | AsWeak () const |
| |
| TWeakPtr< SubobjectType, Mode > | AsWeakSubobject (SubobjectType *SubobjectPtr) const |
| |
| void | UpdateWeakReferenceInternal (TSharedPtr< SharedPtrType, SharedPtrMode > const *InSharedPtr, OtherType *InObject) const |
| |
| void | UpdateWeakReferenceInternal (TSharedRef< SharedRefType, SharedPtrMode > const *InSharedRef, OtherType *InObject) const |
| |
| UE_FORCEINLINE_HINT bool | DoesSharedInstanceExist () const |
| |
Use Pimpl pattern for binding thread safe shared ptr delegates for the http module, without having to enforce that this service should be made using TShared* reference controllers.