Access/Expose AIController variables

Hi.

Hi have a noob question.

I have 3 types of NPC.

A basic one (move and idle)
An Aggressive one (move idle chase and hunt)
A Scared one (move idle run away from you)

I made 2 blueprint

Basic NPC Char
Basic NPC Cont

those 2 blueprint handle all the default things that occur with every NPC.

Now I’m doing the others one, but i have a problem.
Since one patrol, one fly away from certain things etc… they need a different behaviour tree AND different variables.

I would like to set those variables in the Controller and put them in public, and edit them. I found more logic that the controller handle the custom params of those NPC and not put those variables in the character (maybe I’m wrong?)

The problem is, since the Aggressive NPC Cont is spawned ONLY when i press play, I can’t edit those custom variables in the “inspector”.

My question is, is it possible to expose the variables of the controller in the “inspector” before pressing play?
Or do I must add those variables in the character ?

Thx