IPythonScriptPlugin

Windows
MacOS
Linux

Inheritance Hierarchy

IModuleInterface

IPythonScriptPlugin

References

Module

PythonScriptPlugin

Header

/Engine/Plugins/Experimental/PythonScriptPlugin/Source/PythonScriptPlugin/Public/IPythonScriptPlugin.h

Include

#include "IPythonScriptPlugin.h"

Syntax

class IPythonScriptPlugin : public IModuleInterface

Functions

Name Description

Public function

bool

 

ExecPythonCommand

(
    const TCHAR* InPythonCommand
)

Execute the given Python command.

Public function

bool

 

ExecPythonCommandEx

(
    FPythonCommandEx& InOutPythonComma...
)

Execute the given Python command.

Public function Static

IPythonScrip...

 

Get()

Get this module

Public function Const

bool

 

IsPythonAvailable()

Check to see whether the plugin was built with Python support enabled.

Public function

FSimpleMulti...

 

OnPythonInitialized()

Delegate called after Python has been initialized.

Public function

FSimpleMulti...

 

OnPythonShutdown()

Delegate called before Python is shutdown.

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