From what I understand, the built in character class’s movement component only works off the inherited capsule’s collision. If you want to use something else for movement collision, you will need to create your own movement component.
“The CapsuleComponent is used for movement collision. In order to calculate complicated geometries for the CharacterMovementComponent, there is an assumption that the collision component in the Character class is a vertically-oriented capsule.”