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
5
#include "
IO/HttpIoDispatcher.h
"
6
#include "
Templates/SharedPointer.h
"
7
8
#define UE_API IOSTOREONDEMANDCORE_API
9
10
11
namespace
UE::IoStore
12
{
13
14
class
IOnDemandHttpIoDispatcher
15
:
public
IHttpIoDispatcher
16
{
17
public
:
18
virtual
~IOnDemandHttpIoDispatcher
() =
default
;
19
};
20
21
TSharedPtr<IOnDemandHttpIoDispatcher>
MakeOnDemanHttpIoDispatcher
(
TUniquePtr<class IIasCache>
&& Cache);
22
23
}
// namespace UE::IoStore
24
25
#undef UE_API
SharedPointer.h
HttpIoDispatcher.h
TSharedPtr
Definition
SharedPointer.h:692
TUniquePtr
Definition
UniquePtr.h:107
UE::IHttpIoDispatcher
Definition
HttpIoDispatcher.h:389
UE::IoStore::IOnDemandHttpIoDispatcher
Definition
OnDemandHttpIoDispatcher.h:16
UE::IoStore::IOnDemandHttpIoDispatcher::~IOnDemandHttpIoDispatcher
virtual ~IOnDemandHttpIoDispatcher()=default
UE::IoStore
NO_LOGGING.
Definition
Client.h:20
UE::IoStore::MakeOnDemanHttpIoDispatcher
TSharedPtr< IOnDemandHttpIoDispatcher > MakeOnDemanHttpIoDispatcher(TUniquePtr< class IIasCache > &&Cache)
Definition
OnDemandHttpIoDispacher.cpp:1536
Engine
Source
Runtime
Experimental
IoStore
OnDemand
Private
OnDemandHttpIoDispatcher.h
Generated by
1.9.8