Wanting to use the function bool SetActorLocation(FVector, bool, FHitResult, ETeleportType), I’m running to the error of the question title.
The API Page
The thing here is that the FHitResult has the pointer Symbol to it while being a function argument. How can I declare a variable (of type FHitResult*) to store it?