UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IoStoreOnDemandInternals.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
6#include "HAL/PlatformTime.h"
7
8#ifndef WITH_IOSTORE_ONDEMAND_TESTS
9#define WITH_IOSTORE_ONDEMAND_TESTS 0
10#endif
11
12#define UE_API IOSTOREONDEMANDCORE_API
13
14namespace UE::IoStore
15{
16
19{
21 {
22 return HandleId == Other.HandleId;
23 }
24
26 {
27 return HandleId != Other.HandleId;
28 }
29
31 {
32 return GetTypeHash(Handle.HandleId);
33 }
34
36
39};
40
60
73
74} // namespace UE::IoStore
75
78
79#undef UE_API
#define TEXT(x)
Definition Platform.h:1272
FPlatformTypes::UPTRINT UPTRINT
An unsigned integer the same size as a pointer.
Definition Platform.h:1146
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define UE_API
Definition IoStoreOnDemandInternals.h:12
UE_API FString LexToString(const UE::IoStore::FOnDemandInternalContentHandle &Handle)
Definition IoStoreOnDemandInternals.cpp:131
#define UE_API
Definition SColorGradingComponentViewer.h:12
uint32_t uint32
Definition binka_ue_file_header.h:6
Definition IoStoreOnDemandInternals.h:43
UPTRINT HandleId() const
Definition IoStoreOnDemandInternals.h:55
UE_API ~FOnDemandInternalContentHandle()
Definition IoStoreOnDemandInternals.cpp:32
FOnDemandInternalContentHandle()
Definition IoStoreOnDemandInternals.h:45
FSharedString DebugName
Definition IoStoreOnDemandInternals.h:57
FWeakOnDemandIoStore IoStore
Definition IoStoreOnDemandInternals.h:58
FOnDemandInternalContentHandle(FSharedString InDebugName)
Definition IoStoreOnDemandInternals.h:49
Definition IoStoreOnDemandInternals.h:63
FOnDemandInternalInstallRequest(UPTRINT InInstallerRequest)
Definition IoStoreOnDemandInternals.h:67
std::atomic< EStatus > Status
Definition IoStoreOnDemandInternals.h:71
UPTRINT InstallerRequest
Definition IoStoreOnDemandInternals.h:70
EStatus
Definition IoStoreOnDemand.h:47
NO_LOGGING.
Definition Client.h:20
Definition IoStoreOnDemandInternals.h:19
friend uint32 GetTypeHash(const FOnDemandWeakContentHandle &Handle)
Definition IoStoreOnDemandInternals.h:30
static UE_API FOnDemandWeakContentHandle FromUnsafeHandle(UPTRINT HandleId)
Definition IoStoreOnDemandInternals.cpp:21
bool operator!=(const FOnDemandWeakContentHandle &Other) const
Definition IoStoreOnDemandInternals.h:25
FSharedString DebugName
Definition IoStoreOnDemandInternals.h:38
bool operator==(const FOnDemandWeakContentHandle &Other) const
Definition IoStoreOnDemandInternals.h:20
UPTRINT HandleId
Definition IoStoreOnDemandInternals.h:37