![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
This is the complete list of members for FConfigSection, including all inherited members.
| ArrayOfStructKeys | FConfigSection | |
| bCanSave | FConfigSection | |
| EmptyInitializedKeys | FConfigSection | |
| FConfigSection() | FConfigSection | inline |
| FConfigSection(UE::ConfigAccessTracking::FSection *InSectionAccess) | FConfigSection | inline |
| GetArray(const TCHAR *Key, TArray< FString > &Value) const | FConfigSection | |
| GetBool(const TCHAR *Key, bool &Value) const | FConfigSection | |
| GetDouble(const TCHAR *Key, double &Value) const | FConfigSection | |
| GetFloat(const TCHAR *Key, float &Value) const | FConfigSection | |
| GetInt(const TCHAR *Key, int32 &Value) const | FConfigSection | |
| GetInt64(const TCHAR *Key, int64 &Value) const | FConfigSection | |
| GetString(const TCHAR *Key, FString &Value) const | FConfigSection | |
| GetText(const TCHAR *Section, const TCHAR *Key, FText &Value) const | FConfigSection | |
| GetUInt(const TCHAR *Key, uint32 &Value) const | FConfigSection | |
| HandleAddCommand(FName ValueName, FString &&Value, bool bAppendValueIfNotArrayOfStructsKeyUsed) | FConfigSection | |
| HandleArrayOfKeyedStructsCommand(FName Key, FString &&Value) | FConfigSection | |
| HasQuotes(const FString &Test) | FConfigSection | static |
| MultiFind(const FName Key, TArray< FConfigValue, Allocator > &OutValues, const bool bMaintainOrder=false) const | FConfigSection | inline |
| MultiFind(const FName Key, TArray< FString, Allocator > &OutValues, const bool bMaintainOrder=false) const | FConfigSection | inline |
| operator!=(const FConfigSection &Other) const | FConfigSection | |
| operator<< | FConfigSection | friend |
| operator==(const FConfigSection &Other) const | FConfigSection |