Adjust gravity via custom WorldSettings class

Nevermind, I will just explicitly set it through AddForce. It’s working great plus I have the ability to use overlap events etc to set the gravity to a certain number in certain areas on the map on certain actors, certain direction etc… Much easier and versatile!

EDIT: Added a pic for reference. The grounded bool is just begin and end overlap events setting grounded to true/false.