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

下一步,动态创建

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

What's new in TAPython 1.0.9

ReleaseNotes 2022-10-23

TAPython has been upgraded to version 1.0.9. Release Page @github

1. A new lib PythonTestLib has been added, we can get logs and call python script with delay and repetition.
2. In Test cases repo for TAPython extended APIs, more than 200 PythonLib APIs has been tested.
3. Add OnMapChangedCmd callback for Chameleon Tool.
4. Add SDetailsView support, more editor APIs, bugs fixed, and more...

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.