I want know where able to find best tutorial about Unreal python.

Hi developers!

I tried using to python with unreal engine4.
I guess There have 2 Python. First is legal type python like this.

Second is this one.

I found API documents but That is very complicated for me. I want to use newly type python because it has support by Epic games. But I can’t find good tutorials about it.
I have to create exporting material parameters to outside like a JSON format or etc.

If I want to create that, which approach is better?
Is using Cpp the best way??
Thank you!

Best place to look right now is the UE4 doc page:

there are also a few example scripts here and there in the documentation, including

https://docs.unrealengine.com/en-us/Editor/Scripting-and-Automating-the-Editor/Editor-Scripting-How-Tos/Creating-Levels-of-Detail-in-Blueprints-or-Python
https://docs.unrealengine.com/en-us/Editor/Scripting-and-Automating-the-Editor/Editor-Scripting-How-Tos/Setting-up-Collision-Properties-in-Blueprints-and-Python

Hope that helps!

Here are some links I’ve found that could help the learning process:

https://api.unrealengine.com/INT/PythonAPI/index.html

found the videos of Alex Quevillon on youtube very helpful

Here is a python livestream epic hosted:
https://youtu.be/0guOMTiwmhk

And Alex Quevillon’s tutorial series has been very helpful for me, he shows lots of information which i can’t find anywhere else online strangley enough:
https://youtu.be/RwWgC2xqk48?list=PLBLmKCAjA25Br8cOVzUroqi_Nwipg-IdP

Information is a bit sparse at the minute since the python API’s uses are limited, and the project is still in beta (and low on Epic’s priority list…), but you can still do some cool stuff with it.
Good luck!