Have a component (like an AI's shield) simulate physics?

I figured it out! In the Event Graph of my character AI, I just use Attach To Component between my sword or shield and the mesh on BeginPlay. Even though it was already attached before by way of the component list, it did not work until I did this.

Cheers!