I'm trying to put some sprite in an Array like in my blueprint enter image description here
But it doesn't work and I can't find solution in UE4 documentation Whent I'm trying to do this:
UPROPERTY()
TArray <UPaperSprite*> spriteArray;
I have some errors like this :
error C2065: 'UPaperSprite'?: Undeclared identifier
error C2059: syntax error?: '>'
Thanks you guys :)