20tab / UnrealEnginePython

Embed Python in Unreal Engine 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SPythonTreeView Example

varomix opened this issue · comments

Hi
can we have a SPythonTreeView example please
I tried passing a list and it tells me to add a few other functions
when I do I get a crash
thanks for the help

self.tree = ['one', 'two', 'three']
SPythonTreeView(tree_items_source=self.tree)

image

or even an example of the STreeView please, thanks