top of page
Search
Writer's pictureychen3129

UE4 Python Plugin

Goal:

To create a simple importer with UE4 python

___________________________________________________________________________


Enable python editor plugin in UE4

Setting>plugin>scripting

enable Editor scripting utilities

enable Python editor script plugin


Then restart UE4

_________________________________________________________________________________

Under console options, change it to python


For typing more than one line of scripts, do shift return to jump to the next line.


To execute external python files, type in the full path, for example, you have example.py save in your asset>python folder, you can copy-paste the location to the cmd line to execute the code


In addition, under the project setting you can always add your path under python tab> additional path, then browse to your folder location

Restart the engine

Now, you will only need to enter the file name, example.py to execute the code.

You will only need to enter the file name, example.py to execute the code.


__________________________________________________________________________________________Planning the tool

  • Funtionality

  • UI

to be continue

78 views0 comments

Comments


bottom of page