Navigation
API > API/Plugins > API/Plugins/EditorSysConfigAssistant
| Name | IEditorSysConfigAssistantModule |
| Type | class |
| Header File | /Engine/Plugins/Editor/EditorSysConfigAssistant/Source/EditorSysConfigAssistant/Public/EditorSysConfigAssistantModule.h |
| Include Path | #include "EditorSysConfigAssistantModule.h" |
Syntax
class IEditorSysConfigAssistantModule : public IModuleInterface
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanShowSystemConfigAssistant() |
Checks if it is possible to show the system configuration assistant UI to the user | EditorSysConfigAssistantModule.h | |
void ShowSystemConfigAssistant() |
Attempts to present the system configuration assistant UI to the user | EditorSysConfigAssistantModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IEditorSysConfigAssistantModule & Get() |
EditorSysConfigAssistantModule.h |