I am looking to use C++ code to make an effect where the character mesh from the third-person template is flipping around its own center of mass. However, the pivot point is at its feet, and I would like to rotate around an arbitrary point. I have looked at other answers regarding rotating around arbitrary pivot points and am still confused on how to implement such a thing.