FOnExport

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

Unreal Engine C++ API Reference > Developer > Settings > ISettingsSection

Type

typedef TBaseDelegate_OneParam< bool, const [FString](API\Runtime\Core\Containers\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.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library