![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "IndexedCacheStorageManager.h"#include "IndexedCacheStorage.h"#include "Async/Async.h"#include "Async/Mutex.h"#include "Async/UniqueLock.h"#include "Experimental/Async/ConditionVariable.h"#include "HAL/FileManager.h"#include "HAL/IConsoleManager.h"#include "HAL/PlatformMisc.h"#include "Misc/ConfigCacheIni.h"#include "HAL/PlatformStackWalk.h"#include "Misc/ScopeExit.h"#include "Misc/ScopeRWLock.h"#include "String/LexFromString.h"#include "String/ParseTokens.h"Classes | |
| class | Experimental::FCacheStorageMetaData |
| struct | Experimental::FIndexedCacheStorageMetaData |
Namespaces | |
| namespace | Experimental |
| namespace | Experimental::IndexedCacheStorageManager_Debug |
Macros | |
| #define | LOG_ICS(Verbosity, STRING, ...) UE_LOG(LogIndexedCacheStorageManager, Verbosity, TEXT("%s: ") STRING, ANSI_TO_TCHAR(__FUNCTION__), ##__VA_ARGS__ ) |
Typedefs | |
| using | Experimental::FCacheStorageMetaDataArray = TArray< TUniquePtr< FCacheStorageMetaData > > |
Functions | |
| DECLARE_LOG_CATEGORY_EXTERN (LogIndexedCacheStorageManager, Display, All) | |
| DEFINE_LOG_CATEGORY (LogIndexedCacheStorageManager) | |
| uint64 | Experimental::ParseSizeParam (FStringView Value) |
| bool | Experimental::GetIniParameters (FString &OutIniName, FString &OutIniSection, FString &OutIniKey, const FString &IniString) |
| #define LOG_ICS | ( | Verbosity, | |
| STRING, | |||
| ... | |||
| ) | UE_LOG(LogIndexedCacheStorageManager, Verbosity, TEXT("%s: ") STRING, ANSI_TO_TCHAR(__FUNCTION__), ##__VA_ARGS__ ) |
| DECLARE_LOG_CATEGORY_EXTERN | ( | LogIndexedCacheStorageManager | , |
| Display | , | ||
| All | |||
| ) |
| DEFINE_LOG_CATEGORY | ( | LogIndexedCacheStorageManager | ) |