UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IndexedCacheStorage.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreTypes.h"
6#include "Containers/Array.h"
7
8namespace Experimental
9{
10
11class IIndexedCacheStorage;
12
99
100}
FPlatformTypes::int32 int32
A 32-bit signed integer.
Definition Platform.h:1125
FPlatformTypes::uint64 uint64
A 64-bit unsigned integer.
Definition Platform.h:1117
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
uint32_t uint32
Definition binka_ue_file_header.h:6
Definition IndexedCacheStorage.h:19
virtual bool SupportsIndexedCacheStorage()=0
static IIndexedCacheStorage & Get()
Definition IndexedCacheStorage.cpp:78
virtual uint32 GetNumIndexedCacheStorages()=0
virtual void GetCacheStorageMountPath(FString &OutPlatformMountPath, const FString &InMountName)=0
virtual void UnmountCacheStorage(const FString &InMountName)=0
virtual void GetCacheStorageInfo(int32 InCacheStorageIndex, uint64 &OutCacheStorageDataSize, uint64 &OutCacheStorageJournalSize)=0
virtual uint64 GetPersistentDownloadDirEarlyStartupSize()=0
virtual uint64 GetCacheStorageJournalSize(uint64 CacheDataSize, uint32 CacheIndex)=0
virtual bool CreateCacheStorage(uint64 InRequestNumberOfBytes, int32 CacheStorageIndex)=0
virtual void EnumerateCacheStorages(TArray< int32 > &OutCacheStorageIndices)=0
static IIndexedCacheStorage & GetOrCreateIndexedCacheStorage()
Definition IndexedCacheStorage.cpp:71
virtual bool DestroyCacheStorage(int32 InCacheStorageIndex)=0
virtual bool MountCacheStorage(FString &OutPlatformMountPath, int32 InCacheStorageIndex, const FString &InMountName)=0
Definition Array.h:670
Definition RobinHoodHashTable.h:18