ISettingsEditorModule::SetRestartApplicationCallback

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

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
(
    FSimpleDelegate InRestartApplicationDelegate
)

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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library