Skip to content

UMRISettings::SaveSettingsToFile

Class: UMRISettings

Saves the current settings to the specified file path.

Syntax

bool UMRISettings::SaveSettingsToFile(const FString &FilePath)

Parameters

Parameter Type Description
FilePath const FString & Absolute path of the output settings file.

Return Value

true if the file was written successfully.

Blueprint

Blueprint: Callable from Blueprints

Remarks

FilePath Absolute path of the output settings file. true if the file was written successfully. UFUNCTION