Character Walk on a Wall? (E.g Sonic running around a loop)

I think it will be a while before this functionality is simple in UE4. The current navigation mesh seems lacking for 3d support like this, and the Character class is heavily tied in with the AI + Nav systems. Using a pawn class instead of a character class would make this simple in blueprints since you expected to handle your own movement code.