|
|
static bool | SetString (const FString &FilePath, const FString &Section, const FString &Key, const FString &Value) |
| |
|
static bool | SetInt (const FString &FilePath, const FString &Section, const FString &Key, int32 Value) |
| |
|
static bool | SetFloat (const FString &FilePath, const FString &Section, const FString &Key, float Value) |
| |
|
static bool | SetBool (const FString &FilePath, const FString &Section, const FString &Key, bool Value) |
| |
|
static bool | SetVector (const FString &FilePath, const FString &Section, const FString &Key, const FVector &Value) |
| |
|
static bool | SetArray (const FString &FilePath, const FString &Section, const FString &Key, const TArray< FString > &Values) |
| |
|
static bool | GetString (const FString &FilePath, const FString &Section, const FString &Key, FString &OutValue) |
| |
|
static bool | GetInt (const FString &FilePath, const FString &Section, const FString &Key, int32 &OutValue) |
| |
|
static bool | GetFloat (const FString &FilePath, const FString &Section, const FString &Key, float &OutValue) |
| |
|
static bool | GetBool (const FString &FilePath, const FString &Section, const FString &Key, bool &OutValue) |
| |
|
static bool | GetVector (const FString &FilePath, const FString &Section, const FString &Key, FVector &OutValue) |
| |
|
static bool | GetArray (const FString &FilePath, const FString &Section, const FString &Key, TArray< FString > &OutValues) |
| |
|
static bool | DoesFileExist (const FString &FilePath) |
| |