How to make image cutout face camera

I am trying to make 2d cutout images (of people) face the camera. I have searched the forum for solutions, but the relevant topics are for older versions of UE4. Since then nodes have changed, so I cannot apply previous answers.

So can someone help me out how to make 2d image cutouts face the camera?

you could easily on tick find the look at rotation between the cutout and the player then set rotation based on that. there is probably a better way to go about it though.

Could you show a node setup for this? It’s a bit beyond my knowledge of UE4.