You tried some like:
UCLASS(hideCategories = (Rendering, Replication, Input, Actor, Base, Collision, Shape, OverlapCapsule))
or
UCLASS(hideCategories = (Rendering, Replication, Input, Actor, Base, Collision, Shape, "OverlapCapsule"))
or
UCLASS(hideCategories = (Rendering, Replication, Input, Actor, Base, Collision, Shape, "Shape|OverlapCapsule"))
?