Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
ben_mkiv's avatar
ben_mkiv
Honored Guest
2 years ago

Can we get more (Blueprint) Events for async actions and state changes (e.g. input method changed)

It would be nice if the MetaXR Plugin had more events that we can listen for

 

e.g.:
* input controller/hand tracking state changed (to change input specific settings when the user switches from controller to hand tracking and vice versa)
* scene population seems to be async, but the BP node isn't latent, neither is there any event to tell us when it's done (to run logic once the scene is ready)
* player took of headset/lightsensor state (to auto pause/resume the game, etc.)


the list could probably be longer, but those are the ones i've encountered in just a few hours of working with the plugin

1 Reply

Replies have been turned off for this discussion
  • kampfz's avatar
    kampfz
    Honored Guest
    * scene population seems to be async, but the BP node isn't latent, neither is there any event to tell us when it's done (to run logic once the scene is ready)

     might i suggest using the mixed reality utility kit for this. the load scene from device node gives you success and failure pins so you can execute logic based off that