I want to create a spell that makes your camera follow the next arrow you shoot.
So far my idea was to use an invisible dummy actor, lock the camera on him with SetCameraTarget() and then make him follow the projectile.
It turned out too buggy to be usable. Now I'm wondering if I can customize the camera paths to achieve this effect, however I can't seem to find any documentation on how it works. All I know is it is used for kill cams.
Is possible to make one of the ranged kill cams trigger 100% even if no kill occurs whenever I have a specific magic effect on me?
Or maybe someone knows of another approach I could take.