![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "OnDemandConfig.h"#include "IO/IoStatus.h"#include "OnDemandIoDispatcherBackend.h"#include "OnDemandInstallCache.h"#include "HAL/PlatformProcess.h"#include "IasCache.h"#include "IO/IoStoreOnDemand.h"#include "Misc/Base64.h"#include "Misc/ConfigCacheIni.h"#include "Misc/CoreDelegates.h"#include "Misc/CoreMisc.h"#include "Misc/EncryptionKeyManager.h"#include "Misc/Fork.h"#include "Misc/Parse.h"#include "Misc/Paths.h"#include "Misc/PathViews.h"#include "String/LexFromString.h"Namespaces | |
| namespace | UE |
| namespace | UE::IoStore |
| NO_LOGGING. | |
| namespace | UE::IoStore::Config |
Macros | |
| #define | GetConfigInt(Name, Dest) do { GetConfigIntImpl(TEXT("FileCache.") Name, TEXT("Ias.FileCache.") Name TEXT("="), Dest); } while (false) |
Variables | |
| bool | UE::IoStore::Config::GIoStoreOnDemandInstallCacheEnabled = true |