top of page
Search

UE4 Python Plugin

  • Writer: ychen3129
    ychen3129
  • Jun 8, 2021
  • 1 min read

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


ree

Then restart UE4

_________________________________________________________________________________

Under console options, change it to python


ree

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.

ree

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


__________________________________________________________________________________________Planning the tool

  • Funtionality

  • UI

to be continue

 
 
 

Comments


bottom of page