@Chris3D
What if I just want to have PhysX objects in my game, not characters, but still want the characters to be able to interact with the PhysX objects? Can this be done? Currently, I have successfully added PhysX objects to my game, (A ball entity created in the air falls to the ground and bounces.) but when I try to manipulate them with my player character, they do not react, they just sit there like static immovable objects.

Thank you