ISettingsSection::Export

Exports the settings in this section to the specified file.

Windows
MacOS
Linux

References

Module

Settings

Header

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

Include

#include "ISettingsSection.h"

Syntax

bool Export
(
    const FString & Filename
)

Remarks

Exports the settings in this section to the specified file.

Returns

true if the settings were exported, 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