Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
Inheritance Hierarchy
- FRefCountBase
- FFile
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/ConfigAccessTracking.h |
| Include | #include "Misc/ConfigAccessTracking.h" |
Syntax
struct FFile : public FRefCountBase
Remarks
A refcounted struct of data about an FConfigFile, including a backpointer to the FConfigFile if it is still in memory. References to this data are held by all the FConfigSections in the FConfigFile so that they can lookup data about their FConfigFile when their FConfigValues are accessed. Due to FConfigSection being movable out of FConfigFiles, this struct might outlive its FConfigFile (but its backpointer will be set to null).
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FConfigFile * | ConfigFile | ||
| FName | OverrideFilenameToLoad |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FFile
(
const FConfigFile* InConfigFile |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | |||
| FName | |||
| void | SetAsLoadTypeConfigSystem
(
FConfigCacheIni& ConfigSystem, |