How to make character walk on planet like Super Mario Galaxy?

I want to do this in blueprints if possible Using 4.8.3 or 4.9 whichever
Im new to game development so can you tell me how to do this or show me screenshots?
I have searched everywhere didn’t quite find what i was looking for.

The reason that you couldn’t find it is because it’s not easy.

The normal character movement component doesn’t support this type of behavior. At best you can set the character flying and implement your own gravity around planets which will give you okish results but you will always have a kind of drift as if you’re walking on ice.

Your only real solution right now is to write a complete movement behavior new which I would not recommend doing in blueprint and even if you were to do it, that is an incredibly tough task for beginner.

Cheers