josephkirk / UnrealPythonScriptingTemplate

Unreal Python Scripting Template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template for extend unreal editor with python

USAGE

Clone this project to your Unreal Project Plugin folder

In BlueprintLibrary Module duplicate relevant blueprint action utility sample and extend functionality, any module will be auto generated with blueprint asset when unreal load.

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 Test in Unreal 4.26

About

Unreal Python Scripting Template

License:MIT License


Languages

Language:Python 100.0%