AI character stuct by AI character's equipment collider

Hi. I made AI character and I attached weapon and shield to that.
But when I star game, AI character couldn’t move and editor show below log.
But I made shield collider all ignore and enemy capsule made capsule ignore shield.
I don’t know why that phenomenon happen. what am I miss?

LogCharacterMovement: GradiatorBP_432
is stuck and failed to move! Velocity:
X=25.82 Y=-99.09 Z=0.00 Location:
X=-1300.84 Y=1335.98 Z=200.99 Normal:
X=-0.13 Y=0.99 Z=0.00
PenetrationDepth:17.422
Actor:LeftEquipment_GEN_VARIABLE_ShieldBP_C_CAT_739
Component:Box BoneName:None (2 other
events since notify)

I found my caution. It is because of equipment item’s navigation problem I set it navigation_obstacle, so I change to none. Then it work well.
250452-