FOnExport

A delegate that is executed when a settings section should export its values to a file.

Windows
MacOS
Linux

Type

typedef TBaseDelegate_OneParam< bool, const FString & > FOnExport

References

Module

Settings

Header

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

Include

#include "ISettingsSection.h"

Remarks

A delegate that is executed when a settings section should export its values to a file.

The first parameter is the path to the file to export to. The return value indicates whether exporting succeeded.

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