var config array<class<BattleAbility> > Abilities;
Unfortunately UT3 says "Error, Not allowed to use 'config' with object variables" when I try this. Even something as basic as var config class test; results in this error.
Am I missing something here or is it no longer possible to have configurable references to classes?
Is there some way to work around this, e.g. is there a way to convert a string to a class?