Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/ConfigCacheIni.h |
| Include | #include "Misc/ConfigCacheIni.h" |
Syntax
class FConfigModificationTracker
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bTrackLoadedFiles | ||
| bool | bTrackModifiedSections | Input | |
| TMap< FString, FCVarTracker > | CVars | Cvars, input/output | |
| TArray< FString > | LoadedFiles | ||
| TMap< FName, TSet< FString > > | ModifiedSectionsPerBranch | Output |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FCVarTracker |