Hello I got some doubts about this 2.
When should I use the auto specifier? I looked on the cppreference site and I understand why it’s used but IDK when to use; on the challenge I made like this:
FVector2D ScreenLocation = ((ViewportSizeX)(CroosHairXLocation), (ViewportSizeY)(CroosHairYLocation));
But I got an error that the Fvector2D can’t operatew with a float variable, but I keep think that the solution on the video and mine are basically the same and i really don’t know why they are not.