Make MovementComponent Blueprintable

Meanwhile, you can create a component from scratch that adds its own collision hull and runs its own physics in Tick() (adding forces or moving the actor, depending on which approach you want.)
It’s more work, but can totally be done!