Navigation
API > API/Runtime > API/Runtime/Core
| Name | FConfigValue |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ConfigCacheIni.h |
| Include Path | #include "Misc/ConfigCacheIni.h" |
Syntax
struct FConfigValue
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FConfigValue () |
Misc/ConfigCacheIni.h | ||
FConfigValue
(
const FConfigSection* InSection, |
Misc/ConfigCacheIni.h | ||
FConfigValue
(
const FConfigSection* InSection, |
Misc/ConfigCacheIni.h | ||
FConfigValue
(
const FConfigSection* InSection, |
Misc/ConfigCacheIni.h | ||
FConfigValue
(
const FConfigSection* InSection, |
Misc/ConfigCacheIni.h | ||
FConfigValue
(
FString&& InValue, |
Misc/ConfigCacheIni.h | ||
FConfigValue
(
const FString& InValue, |
Misc/ConfigCacheIni.h | ||
FConfigValue
(
const TCHAR* InValue, |
Misc/ConfigCacheIni.h | ||
FConfigValue
(
FConfigValue&& InConfigValue |
Misc/ConfigCacheIni.h | ||
FConfigValue
(
const FConfigValue& InConfigValue |
Misc/ConfigCacheIni.h |
Enums
Public
| Name | Remarks |
|---|---|
| EValueType |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Comment | FString | Misc/ConfigCacheIni.h | ||
| ValueType | EValueType | Add, subtract, stc. | Misc/ConfigCacheIni.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bExpandOnDemand | bool | Misc/ConfigCacheIni.h | ||
| SavedValue | FString | Misc/ConfigCacheIni.h | ||
| SavedValueHash | uint32 | Misc/ConfigCacheIni.h | ||
| SectionAccess | TRefCountPtr< UE::ConfigAccessTracking::FSection > | Misc/ConfigCacheIni.h | ||
| ValueName | FMinimalName | Misc/ConfigCacheIni.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FString & GetSavedValue() |
Returns the original ini setting without macro expansion. | Misc/ConfigCacheIni.h | |
const FString & GetSavedValueForWriting() |
Misc/ConfigCacheIni.h | ||
FString GetValue() |
Returns the ini setting with any macros expanded out. | Misc/ConfigCacheIni.h | |
FString GetValueForWriting() |
Gets the expanded value (GetValue) without marking it as having been accessed for e.g. writing out to a ConfigFile to disk | Misc/ConfigCacheIni.h | |
const bool HasBeenRead() |
Misc/ConfigCacheIni.h | ||
void SetHasBeenRead
(
bool InBRead |
Misc/ConfigCacheIni.h | ||
void SetSectionAccess
(
UE::ConfigAccessTracking::FSection* InSectionAccess |
Misc/ConfigCacheIni.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FString CollapseValue
(
const FString& InExpandedValue |
Given an expanded config value, try and produce a collapsed version of it (adding any placeholder tokens). | Misc/ConfigCacheIni.h | |
static bool CollapseValue
(
const FString& InExpandedValue, |
Given an expanded config value, try and produce a collapsed version of it (adding any placeholder tokens). | Misc/ConfigCacheIni.h | |
static FString ExpandValue
(
const FString& InCollapsedValue |
Given a collapsed config value, try and produce an expanded version of it (removing any placeholder tokens). | Misc/ConfigCacheIni.h | |
static bool ExpandValue
(
const FString& InCollapsedValue, |
Given a collapsed config value, try and produce an expanded version of it (removing any placeholder tokens). | Misc/ConfigCacheIni.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FConfigValue& Other |
Misc/ConfigCacheIni.h | ||
FConfigValue & operator=
(
FConfigValue&& RHS |
Misc/ConfigCacheIni.h | ||
FConfigValue & operator=
(
const FConfigValue& RHS |
Misc/ConfigCacheIni.h | ||
FConfigValue & operator=
(
const TCHAR* RHS |
Misc/ConfigCacheIni.h | ||
FConfigValue & operator=
(
const FString& RHS |
Misc/ConfigCacheIni.h | ||
FConfigValue & operator=
(
FString&& RHS |
Misc/ConfigCacheIni.h | ||
bool operator==
(
const FConfigValue& Other |
Misc/ConfigCacheIni.h |