Hi!
I’ve been learning UE4 and am doing tutorials to get into C++.
Something which they all do is create TSubobjectPtr properties in their classes, but it isn’t working for me. VS keeps giving me this message:
TSubobjectPtr is deprecated and Expecting type identifier.
If it’s deprecated, what do I use instead?
Also, why can’t VS identify it?
I’m completely stuck here