Navigation
Unreal Engine C++ API Reference > Developer > SettingsEditor > ISettingsEditorModule
References
Module | SettingsEditor |
Header | /Engine/Source/Developer/SettingsEditor/Public/ISettingsEditorModule.h |
Include | #include "ISettingsEditorModule.h" |
void SetRestartApplicationCallback
&40;
FSimpleDelegate InRestartApplicationDelegate
&41;
Remarks
Set the delegate that should be called when a setting editor needs to restart the application
Parameters
Name | Description |
---|---|
InRestartApplicationDelegate | The new delegate to call |