cronos-labs / play-unreal-plugin

Unreal Engine plugin repo for GameFi
Other
14 stars 13 forks source link

Problem: unsafe callback between rust and unreal #310

Closed leejw51crypto closed 4 months ago

leejw51crypto commented 1 year ago

consider using

and remove direct pointer referencing message can be directly sent from rust side , not through c++ bindings

leejw51crypto commented 4 months ago

done, replaced with polling