I’m a bit unsure how to name the AIController Blueprint:
AIC_ should be the Prefix.
And it’s a Blueprint, so I want to pref it with BP_ to not confuse it later with my C++ AIController.
So now I use BP_AIC_NPC, but this uses in fact two prefixes…
Best
Andreas