Add a break UserDefineStruct(bp) GraphNode
caishengxi opened this issue · 1 comments
caishengxi commented
i want to add a GraphNode (that can break userdefined struct) ,can you help me
caishengxi commented
@unbit
i used
from unreal_engine.classes import UK2Node_BreakStruct
but console show: ImportError: cannot import name 'UK2Node_BreakStruct'
what should i do???