Running code after HypeDataMagic.setData

@MaxZieb Is it possible to get a callback when it's done setting the data?
Right now I've got a script running on Scene load which seems to run before Data magic is done setting the data, resulting in wrong size calculations since the data has not been set first.

Ideally theres a variable I can use to check if data magic is finished before I run my script.

Hello BannerMan,

Could you provide a simplified setup of what you have? When are you setting the data? If it's directly in HeadHTML, it should be finished. If you are doing it asynchronously, then you need to do something after setting it, like navigating to the scene or running your callback. If you are fetching data or waiting for a server to set it, who is calling setData?

Regards

Max