ISettingsEditorModule::SetRestartApplicationCallback

Set the delegate that should be called when a setting editor needs to restart the application

Windows
MacOS
Linux

References

Module

SettingsEditor

Header

/Engine/Source/Developer/SettingsEditor/Public/ISettingsEditorModule.h

Include

#include "ISettingsEditorModule.h"

Syntax

void SetRestartApplicationCallback
(
    FSimpleDelegate InRestartApplicationDelegate
)

Remarks

Set the delegate that should be called when a setting editor needs to restart the application

Parameters

Parameter

Description

InRestartApplicationDelegate

The new delegate to call

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