Python in Unreal Engine

Python for dummies. My first steps in python for unreal.
At first I am going to find out how to use python to make changes in a model imported with Datasmith. Especially how to set collision on.

Resources :

Somewhere from min 30

Github resource mentioned in the video : https://github.com/mamoniem/UnrealEditorPythonScripts

From unreal learn: https://learn.unrealengine.com/course/2436632/module/5367573?moduletoken=UHxxnDLPW8Q5KSe4aguQ3gEEpywFgqqA9AcaQnLx8n9-YsRJlhiRN7VpuEyXJzxJ&LPId=0

Documentation

https://docs.unrealengine.com/en-US/ProductionPipelines/ScriptingAndAutomation/HowTos/SettingUpCollisionProperties/index.html

https://docs.unrealengine.com/en-US/PythonAPI/index.html

Share Button