Hello All, I have created a custom BP Structure which I’d like to use in a python script (for an Editor widget). But it is not recognized. ( something like unreal.ST_MyCustomBPStruct() AttributeError: module ‘unreal’ has no attribute ‘ST_MyCustomBPStruct’ )
I know how to create and output a new custom struct from python, but not accessing an existing one. I tried switching the developer mode, no luck. any idea ? Thanks !