Is it possible to place a pain causing volume inside an enemy AI blueprint? If so how?
I don’t think it is possible. You should consider capturing overlap events and dealing damage to the player based on that.
It is not possible. I found the best option I found was to create a box collision, and did OnComponetBeginOverlap and added my health logic there.