SubLevel trigger

Is there a Bool function that triggers whether or not I have entered the sublevel LoadRadius? I can take the name, etc. and create a bool from it, but a simpler trigger would be great!

Hi @U2NS,

There isn’t an actual event that gets broadcasted when sublevels are loaded – though, that would be a good idea for a feature request!

However, you might get close enough with these functions on a CesiumSubLevelSwitcherComponent, which should be automatically attached to the CesiumGeoreference in your level:

If the current sublevel isn’t the same as the target one, then the component is in the process of switching between sublevels. I hope that helps your use case!

Thanks for the reply. I see you don’t have it. Okay, I made it myself.

We would welcome a pull request with your additions @U2NS!