Navigation
API > API/Runtime > API/Runtime/IndexedCacheStorage > API/Runtime/IndexedCacheStorage/FIndexedCacheStorageManager
Description
Returns the cache index registered to that storage name. Registration happens in the config section: [IndexedCacheStorage] +Storage=(Name="StorageName",Index=StorageIndex,Mount="StorageMount",EarlyStartup=IniName:[IniSection]:IniKey) The EarlyStartup attribute is optional. It will try to fetch the value from the specified init path The value in the ini file can be written as 512, 512KB, 512MB or 512GB Requires that ones of the entries in the Storage array is called EarlyStartupCache
| Name | GetStorageIndex |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/IndexedCacheStorage/Public/IndexedCacheStorageManager.h |
| Include Path | #include "IndexedCacheStorageManager.h" |
| Source | /Engine/Source/Runtime/Experimental/IndexedCacheStorage/Private/IndexedCacheStorageManager.cpp |
int32 GetStorageIndex
(
const FString & CacheStorageName
)