ISettingsSection::Import

Imports the settings in this section from the specified file.

Windows
MacOS
Linux

References

Module

Settings

Header

/Engine/Source/Developer/Settings/Public/ISettingsSection.h

Include

#include "ISettingsSection.h"

Syntax

bool Import
(
    const FString & Filename
)

Remarks

Imports the settings in this section from the specified file.

Returns

true if the settings were imported, false otherwise.

Parameters

Parameter

Description

Filename

The path to the file.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss