UMRISettings::LoadSettingsFromFile¶
Class: UMRISettings
Loads settings from the specified INI-format file.
Syntax¶
Parameters¶
| Parameter | Type | Description |
|---|---|---|
FilePath |
const FString & |
Absolute path to the settings file. |
bLogOnFailure |
bool |
If true, logs an error if the file cannot be read. |
Blueprint¶
Blueprint: Callable from Blueprints
Remarks¶
FilePath Absolute path to the settings file. bLogOnFailure If true, logs an error if the file cannot be read. UFUNCTION