UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
OnDemandHttpIoDispatcherBackend.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
7
9
10namespace UE::IoStore
11{
12
21
23
24} // namespace UE::IoStore
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition Array.h:670
Definition SharedPointer.h:692
Definition OnDemandIoStore.h:332
Definition OnDemandHttpIoDispatcherBackend.h:15
virtual void SetOptionalBulkDataEnabled(bool bEnabled)=0
virtual void ReportAnalytics(TArray< FAnalyticsEventAttribute > &OutAnalyticsArray) const =0
NO_LOGGING.
Definition Client.h:20
TSharedPtr< IOnDemandHttpIoDispatcherBackend > MakeOnDemandHttpIoDispatcherBackend(FOnDemandIoStore &IoStore)
Definition OnDemandHttpIoDispatcherBackend.cpp:386
Definition AnalyticsEventAttribute.h:48
Definition IoDispatcherBackend.h:186