Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
Inheritance Hierarchy
- FRefCountBase
- FSection
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/ConfigAccessTracking.h |
| Include | #include "Misc/ConfigAccessTracking.h" |
Syntax
struct FSection : public FRefCountBase
Remarks
A refcounted struct of data about an FConfigSection, including a backpointer to the UE::ConfigAccessTracking::FFile that holds data about the section's FConfigFile. It does not hold a backpointer to the FConfigSection itself because FConfigSections are value types in a TMap owned by the FConfigFIle and their address frequently changes. References to this data are held by all FConfigValues in the FConfigSection. Due to FConfigSection being movable out of FConfigFiles, this struct might outlive the existence of its FConfigSection in the FConfigFile, or even outlive the FConfigFile.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TRefCountPtr< FFile > | FileAccess | ||
| FNameEntryId | SectionName |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSection
(
FFile& InFileAccess, |