Skip to content

Using Scripting Template Plugin

Nguyen Phi Hung edited this page Apr 29, 2021 · 1 revision

Clone this project to your Unreal Project Plugin folder with git clone [email protected]:techart/unrealengine4/plugins/ue4pythonscriptingtemplate.git UnrealPythonScripting as starting point to extend ue4 with python

In BlueprintLibrary folder is example on how to generate a native Blueprint class with python.

In User Interfaces store examples of how to create menu and toolbar button as well as add python function to asset/actor context menu.

!!! Note This plugin only relevant with Unreal 4.26 + and can not be used with prior engine version

Clone this wiki locally