Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FConfigCacheIni
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/ConfigCacheIni.h |
| Include | #include "Misc/ConfigCacheIni.h" |
Syntax
struct FKnownConfigFiles
Variables
| Type | Name | Description | |
|---|---|---|---|
| FKnownConfigFile[(uint8) EKnownIniFile::NumKnownFiles] | Files | Array of all known filesd |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FConfigFile * | Given an name ("Engine") return the FConfigFile for it | ||
| const FString & | GetFilename
(
FName Name |
Get the disk-based filename for the given known ini name | |
| FConfigFile * | GetMutableFile
(
FName Name |
Given an name ("Engine") return the modifiable FConfigFile for it | |
| void | Setup GEngineIni based on this structure's values |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FKnownConfigFile | Create the list of members for the known inis (Engine, Game, etc) See the top of this file for the list |