Streaming volume usage rotates camera by itself

I have a mini-map that is inside the persistent level, and it follows the player around facing downward in perspective capture mode. I have found an issue where if my camera is overlapping one of my larger streaming volumes that cover the area it pans around on its own, it still follows the player but at an angle and pans left/right. When I change the usage settings to SVB loading instead of the default(SVB loading and visibility) it fixes the issue and the camera is pointing down towards the player, no panning. Unfortunately this makes it so my items are not loaded inside the volume so I’m stuck going back and forth, none of the other options on that drop down do much else.

pics and more info upon request, thanks for the help!

214925-svb.png

I figured out what the issue was and it had nothing to do with the level streaming volume or SVB’s. I had several security camera blueprints that I grabbed from one of the demos in the marketplace (Blueprints Demo). Inside the blueprints for the security cameras was a node for getting all actors with class scene capture. This meant that it was grabbing my minicam actor because it uses a scene capture class. This explains why my mini-map was rotating left/right which is the direction the security cameras move.

It wasn’t the volume because when I moved everything out of that streaming level and placed it into the persistent level and it was still having the minicam rotate, I knew it was something else which lead me to my solution above. Just goes to show the complex nature of the engine and to be aware of the code that goes into your projects.