Navigation
API > API/Plugins > API/Plugins/PythonScriptPlugin
Interface for wrapping a notifier that can return info from pip install
| Name | ICmdProgressNotifier |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/PythonScriptPlugin/Source/PythonScriptPlugin/Public/IPipInstall.h |
| Include Path | #include "IPipInstall.h" |
Syntax
struct ICmdProgressNotifier
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ICmdProgressNotifier() |
IPipInstall.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Completed
(
bool bSuccess |
IPipInstall.h | ||
void UpdateProgress
(
float UpdateWorkDone, |
IPipInstall.h |