Skip to content

UMRISettings::LoadSettingsFromFile

Class: UMRISettings

Loads settings from the specified INI-format file.

Syntax

void UMRISettings::LoadSettingsFromFile(const FString &FilePath, bool bLogOnFailure=true)

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