Hi UltimateLegend
You can do a MultiLineTraceByChannel from your character’s feet down to get a list of actors beneath the player. Then Cast to LandscapeStreamingProxy and promote the result of the cast to a variable call it something like Landscape, then on the Landscape variable call GetPathName. This returns the path of the landscape. If you examine the path, you want the last part of the path after the ‘:’ as that would be your sublevel.
1 Like