Point and Click SetUp (NewbQuestions)

Hi im fairly new to UE and BluePrins in particular.

I try to make a 2D Point and Click level with a slight camera movement.
I have to solve 2 major problems in this level:

  1. How to move the camera?


    The camera is currently set up like in the picture.
    I want to move the camera whenever the collisionBox on the left or right is touched via mouse over, to move to the according direction. The longer the mouse stays in this area the further the camera moves to the outer edge of the frame.

  2. I want to let objects glow with whom you can interact when you “mouse over” them.

I have cut out a part of the image and put a glow behind it. The image is a .png file (with transparent background) and the size of the origial image.


The question is how can I detect those parts ?
I thought on something like a black and white Mask(?)

I think its actually not that hard, but again I have no idea how to beginn :frowning:

I hope you can help me.

Thank you very much! :smiley: