#include <ConfigCacheIni.h>
|
| | FConfigSection () |
| |
| | FConfigSection (UE::ConfigAccessTracking::FSection *InSectionAccess) |
| |
| bool | operator== (const FConfigSection &Other) const |
| |
| bool | operator!= (const FConfigSection &Other) const |
| |
| void CORE_API | HandleAddCommand (FName ValueName, FString &&Value, bool bAppendValueIfNotArrayOfStructsKeyUsed) |
| |
| bool | HandleArrayOfKeyedStructsCommand (FName Key, FString &&Value) |
| |
| template<typename Allocator > |
| void | MultiFind (const FName Key, TArray< FConfigValue, Allocator > &OutValues, const bool bMaintainOrder=false) const |
| |
| template<typename Allocator > |
| void | MultiFind (const FName Key, TArray< FString, Allocator > &OutValues, const bool bMaintainOrder=false) const |
| |
| CORE_API bool | GetString (const TCHAR *Key, FString &Value) const |
| |
| CORE_API bool | GetText (const TCHAR *Section, const TCHAR *Key, FText &Value) const |
| |
| CORE_API bool | GetInt (const TCHAR *Key, int32 &Value) const |
| |
| CORE_API bool | GetUInt (const TCHAR *Key, uint32 &Value) const |
| |
| CORE_API bool | GetFloat (const TCHAR *Key, float &Value) const |
| |
| CORE_API bool | GetDouble (const TCHAR *Key, double &Value) const |
| |
| CORE_API bool | GetInt64 (const TCHAR *Key, int64 &Value) const |
| |
| CORE_API bool | GetBool (const TCHAR *Key, bool &Value) const |
| |
| CORE_API int32 | GetArray (const TCHAR *Key, TArray< FString > &Value) const |
| |
◆ FConfigSection() [1/2]
| FConfigSection::FConfigSection |
( |
| ) |
|
|
inline |
◆ FConfigSection() [2/2]
| FConfigSection::FConfigSection |
( |
UE::ConfigAccessTracking::FSection * |
InSectionAccess | ) |
|
|
inline |
◆ GetArray()
| int32 FConfigSection::GetArray |
( |
const TCHAR * |
Key, |
|
|
TArray< FString > & |
Value |
|
) |
| const |
◆ GetBool()
| bool FConfigSection::GetBool |
( |
const TCHAR * |
Key, |
|
|
bool & |
Value |
|
) |
| const |
◆ GetDouble()
◆ GetFloat()
| bool FConfigSection::GetFloat |
( |
const TCHAR * |
Key, |
|
|
float & |
Value |
|
) |
| const |
◆ GetInt()
| bool FConfigSection::GetInt |
( |
const TCHAR * |
Key, |
|
|
int32 & |
Value |
|
) |
| const |
◆ GetInt64()
| bool FConfigSection::GetInt64 |
( |
const TCHAR * |
Key, |
|
|
int64 & |
Value |
|
) |
| const |
◆ GetString()
| bool FConfigSection::GetString |
( |
const TCHAR * |
Key, |
|
|
FString & |
Value |
|
) |
| const |
◆ GetText()
◆ GetUInt()
◆ HandleAddCommand()
| void FConfigSection::HandleAddCommand |
( |
FName |
ValueName, |
|
|
FString && |
Value, |
|
|
bool |
bAppendValueIfNotArrayOfStructsKeyUsed |
|
) |
| |
◆ HandleArrayOfKeyedStructsCommand()
| bool FConfigSection::HandleArrayOfKeyedStructsCommand |
( |
FName |
Key, |
|
|
FString && |
Value |
|
) |
| |
◆ HasQuotes()
| bool FConfigSection::HasQuotes |
( |
const FString & |
Test | ) |
|
|
static |
Check whether the input string is surrounded by quotes
- Parameters
-
- Returns
- true if the input string is surrounded by quotes
◆ MultiFind() [1/2]
◆ MultiFind() [2/2]
◆ operator!=()
◆ operator==()
◆ operator<<
◆ ArrayOfStructKeys
| TMap<FName, FString> FConfigSection::ArrayOfStructKeys |
◆ bCanSave
◆ EmptyInitializedKeys
| TSet<FName> FConfigSection::EmptyInitializedKeys |
The documentation for this class was generated from the following files: