UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
OnDemandHttpIoDispatcher.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
7
8#define UE_API IOSTOREONDEMANDCORE_API
9
10
11namespace UE::IoStore
12{
13
15 : public IHttpIoDispatcher
16{
17public:
18 virtual ~IOnDemandHttpIoDispatcher() = default;
19};
20
22
23} // namespace UE::IoStore
24
25#undef UE_API
Definition SharedPointer.h:692
Definition UniquePtr.h:107
Definition HttpIoDispatcher.h:389
Definition OnDemandHttpIoDispatcher.h:16
virtual ~IOnDemandHttpIoDispatcher()=default
NO_LOGGING.
Definition Client.h:20
TSharedPtr< IOnDemandHttpIoDispatcher > MakeOnDemanHttpIoDispatcher(TUniquePtr< class IIasCache > &&Cache)
Definition OnDemandHttpIoDispacher.cpp:1536