#include <ConfigCacheIni.h>
Definition at line 102 of file ConfigCacheIni.h.
◆ FConfigValue() [1/6]
FConfigValue::FConfigValue |
( |
| ) |
|
|
inline |
◆ FConfigValue() [2/6]
FConfigValue::FConfigValue |
( |
const TCHAR * | InValue | ) |
|
|
inline |
◆ FConfigValue() [3/6]
◆ FConfigValue() [4/6]
FConfigValue::FConfigValue |
( |
FString && | InValue | ) |
|
|
inline |
◆ FConfigValue() [5/6]
◆ FConfigValue() [6/6]
◆ CollapseValue() [1/2]
Given an expanded config value, try and produce a collapsed version of it (adding any placeholder tokens).
- Parameters
-
InExpandedValue | The expanded config value to try and expand. |
- Returns
- The collapsed version of the config value.
◆ CollapseValue() [2/2]
Given an expanded config value, try and produce a collapsed version of it (adding any placeholder tokens).
- Parameters
-
InExpandedValue | The expanded config value to try and expand. |
OutCollapsedValue | String to fill with the collapsed version of the config value. |
- Returns
- true if collapsing occurred, false if the collapsed and expanded values are equal.
◆ ExpandValue() [1/2]
Given a collapsed config value, try and produce an expanded version of it (removing any placeholder tokens).
- Parameters
-
InCollapsedValue | The collapsed config value to try and expand. |
- Returns
- The expanded version of the config value.
◆ ExpandValue() [2/2]
Given a collapsed config value, try and produce an expanded version of it (removing any placeholder tokens).
- Parameters
-
InCollapsedValue | The collapsed config value to try and expand. |
OutExpandedValue | String to fill with the expanded version of the config value. |
- Returns
- true if expansion occurred, false if the collapsed and expanded values are equal.
◆ ExpandValueInternal()
void FConfigValue::ExpandValueInternal |
( |
| ) |
|
|
private |
Internal version of ExpandValue that expands SavedValue into ExpandedValue, or produces an empty ExpandedValue if no expansion occurred.
◆ GetSavedValue()
◆ GetSavedValueForWriting()
const FString & FConfigValue::GetSavedValueForWriting |
( |
| ) |
const |
|
inlineprivate |
◆ GetValue()
◆ operator!=()
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==()
◆ operator<< [1/2]
◆ operator<< [2/2]
◆ UE::ConfigCacheIni::Private::FAccessor
Gets the SavedValue without marking it as having been accessed for e.g. writing out to a ConfigFile to disk
Definition at line 278 of file ConfigCacheIni.h.
◆ ExpandedValue
FString FConfigValue::ExpandedValue |
|
private |
◆ SavedValue
◆ SavedValueHash
uint32 FConfigValue::SavedValueHash |
|
private |
The documentation for this struct was generated from the following file:
- C:/Users/lachl/Downloads/ArkServerAPI_NEW/ASA/AsaApi/AsaApi/Core/Public/API/UE/Misc/ConfigCacheIni.h