Hi i’m declaring a TArray through a TSubClassOf:
TArray<TSubclassOf<class AObstacle*> > ObstaclesToSpawn;
However when i compile i get Error missing ‘>’ in class limitor,
After searching google the only result is changing the spacing between the angle brackets which i’ve tried changing for all the angle brackets to no avail.
Thanks for you Help,
Jamie