I also tried those 2 :
TArray<class MyClass*> MyObjects;
TArray<MyClass*> MyObjects;
they work until i compile the BP where the end up as “trashclass” and prevent me to save the map / BP
I also tried those 2 :
TArray<class MyClass*> MyObjects;
TArray<MyClass*> MyObjects;
they work until i compile the BP where the end up as “trashclass” and prevent me to save the map / BP