UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Experimental::FIndexedCacheStorageManager Class Reference

#include <IndexedCacheStorageManager.h>

Public Member Functions

UE_API bool SupportsIndexedCacheStorage ()
 
UE_API int32 GetStorageIndex (const FString &CacheStorageName)
 
UE_API uint64 GetCacheEarlyStartupSize (int32 CacheIndex)
 
UE_API void EnumerateCacheStorages (TArray< FString > &OutCacheStorageNames)
 
UE_API bool CreateCacheStorage (uint64 RequestNumberOfBytes, int32 CacheIndex)
 
UE_API void DestroyCacheStorage (int32 CacheIndex)
 
UE_API uint64 GetCacheStorageCapacity (int32 CacheIndex)
 
UE_API FString MountCacheStorage (int32 CacheIndex)
 
UE_API void UnmountCacheStorage (int32 CacheIndex)
 
UE_API FString GetMountName (int32 CacheIndex)
 
UE_API FString GetMountPath (int32 CacheIndex)
 

Static Public Member Functions

static UE_API FIndexedCacheStorageManagerGet ()
 

Friends

class FIndexedCacheStorageModule
 

Member Function Documentation

◆ CreateCacheStorage()

bool Experimental::FIndexedCacheStorageManager::CreateCacheStorage ( uint64  RequestNumberOfBytes,
int32  CacheIndex 
)

◆ DestroyCacheStorage()

void Experimental::FIndexedCacheStorageManager::DestroyCacheStorage ( int32  CacheIndex)

◆ EnumerateCacheStorages()

void Experimental::FIndexedCacheStorageManager::EnumerateCacheStorages ( TArray< FString > &  OutCacheStorageNames)

◆ Get()

FIndexedCacheStorageManager & Experimental::FIndexedCacheStorageManager::Get ( )
static

◆ GetCacheEarlyStartupSize()

uint64 Experimental::FIndexedCacheStorageManager::GetCacheEarlyStartupSize ( int32  CacheIndex)

◆ GetCacheStorageCapacity()

uint64 Experimental::FIndexedCacheStorageManager::GetCacheStorageCapacity ( int32  CacheIndex)

◆ GetMountName()

FString Experimental::FIndexedCacheStorageManager::GetMountName ( int32  CacheIndex)

◆ GetMountPath()

FString Experimental::FIndexedCacheStorageManager::GetMountPath ( int32  CacheIndex)

◆ GetStorageIndex()

int32 Experimental::FIndexedCacheStorageManager::GetStorageIndex ( const FString &  CacheStorageName)

◆ MountCacheStorage()

FString Experimental::FIndexedCacheStorageManager::MountCacheStorage ( int32  CacheIndex)

◆ SupportsIndexedCacheStorage()

bool Experimental::FIndexedCacheStorageManager::SupportsIndexedCacheStorage ( )

◆ UnmountCacheStorage()

void Experimental::FIndexedCacheStorageManager::UnmountCacheStorage ( int32  CacheIndex)

Friends And Related Symbol Documentation

◆ FIndexedCacheStorageModule


The documentation for this class was generated from the following files: