Bootstrap Chameleon Logo
使用 TAPython 通过 JSON 定义界面和 Python 编写逻辑,无需 C++ 代码即可快速创建虚幻引擎自定义编辑器模式。
Howto 2025-12-16

如何使用 TAPython 创建 Editor Mode

自 TAPython v1.3.0 起,您可以使用 JSON 定义界面 + Python 编写逻辑的方式快速创建自定义 Editor Mode,无需编写任何 C++ 代码,支持实时热重载。

The addition of dynamically generated buttons in Unreal Engine showcased the dynamic capabilities beautifully.
Howto 2023-06-24

下一步,动态创建

在最新的TAPython中,我们现在可以通过Python代码动态添加控件了。可以做些有意思的事吧

TwitterCard_013_HowTo_material
print out material nodes in unreal engine
Howto 2022-09-04

用Python操作Unreal Engine材质和材质节点

With MaterialEditingLirary and PythonMaterialLib of TAPython,we can script almost every material operations with Python.
And we can get deep detail from expressions and material, for instance the connections between expressions and shadermap.