Navigation
API > API/Plugins > API/Plugins/PythonScriptPlugin
Simplified UI helper for creating a modal dialog and running (background) installs
| Name | FPipInstallHelper |
| Type | class |
| Header File | /Engine/Plugins/Experimental/PythonScriptPlugin/Source/PythonScriptPlugin/Public/PipInstallHelpers.h |
| Include Path | #include "PipInstallHelpers.h" |
Syntax
class FPipInstallHelper
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static int32 GetNumPackagesToInstall() |
Check if pip install is required. | PipInstallHelpers.h | |
static bool LaunchHeadlessPipInstall() |
Run a headless pip install (for commandlets/build machines) | PipInstallHelpers.h | |
static EPipInstallDialogResult ShowPipInstallDialog
(
bool bAllowBackgroundInstall, |
Show notification that pip install is required. | PipInstallHelpers.h |