EConfigCacheType

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/ConfigCacheIni.h

Include

#include "Misc/ConfigCacheIni.h"

Syntax

enum EConfigCacheType
{
    DiskBacked,
    Temporary,
}

Values

Name

Description

DiskBacked

This type of config cache will write its files to disk during Flush (i.e. GConfig)

Temporary

This type of config cache is temporary and will never write to disk (only load from disk)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss