crypto-org-chain / cronos-docs

Docs for https://github.com/crypto-org-chain/cronos
https://github.com/crypto-org-chain/cronos-docs
Creative Commons Zero v1.0 Universal
26 stars 47 forks source link

GitBook: [#1] Cronos Play Unreal Plugin v0.0.9-alpha Updates #272

Closed damoncro closed 2 years ago

damoncro commented 2 years ago

v0.0.9-alpha is not available in marketplace yet, we could wait it to be approved first before merging.

damoncro commented 2 years ago

Just checked v0.0.9-alpha was updated on marketplace! This PR is ready to be merged.

damoncro commented 2 years ago

@tomtau events can be notified in callbacks in c++ by UE_LOG and sendEvent function: https://github.com/cronos-labs/play-unreal-plugin/blob/main/Source/CronosPlayUnreal/Private/PlayCppSdkActor.cpp#L347-L390. It should work on blueprint, but not tested.

damoncro commented 2 years ago

@leejw51crypto what do you think?

leejw51crypto commented 2 years ago

walletconnect event is already fired in unreal delegate, now. through delegate (callback in unreal)