Skip to content
On this page

Python Scripting

One of the best features to come to Unreal Engine has been the ability to use Python editor scripting. You can learn more about it here. We have created a BlueprintFunctionLibrary that exposes utility methods that allow users to automate their workflow using Python. You can check out our blog section to see how python can used to handle different uses cases. Python script would allow tech art teams to customize and automate their content pipeline to their liking and not deal with UI interaction all the time.

What you can do with Simplygon integration and Python

  • Automate LOD Recipe creation and modification.
  • Automate associate of LOD Recipes with assets.
  • Automate LOD generation.
  • Auto Stand-In Actor creation and modification.
  • Auto Stand-In LOD generation.

See Also

Epic's Scripting-How-tos