I’m still pretty new to UE but I have a client that wants an animation of a tennis player running around to actually lock on the tennis player and have the scene move around them instead. The easy solution would be to lock the camera to the player but here that is not an option because it will be in VR and the action is locked onto a coffee table as if that table is kind of a volumetric hologram space.
I don’t really care if the solution is a blueprint or C++ script as long as it functions. Ultimately I’m going to also have a circular ground plane shift around its UVs as if it is following the action as well (instead of attempt to animate a boolean which may or may not even be possible - I’m coming from Maya which has a lot more modeling capabilities), but I’ve figured out how to animate UVs already so I think whatever solution will work for objects can be plugged into those parameter nodes just as easily.
Any help would be much appreciated - thanks!