Assign PlayerState from PC to AI Controller

Hello,

when a player leaves the online session, we would like to have an AI controller take over for that player. Our AIC already works in this scenario, except that the AI controller needs to have the PlayerState from the old Player assigned. Is there a way to inject an existing PlayerState into a newly created AI Controller or whats the best way to solve this?

Thanks