Hi there!
getting struggled here… The game is working fine but I just can’t understand why do we need to dereference these two
UE_LOG(LogTemp, Warning, TEXT("Location: %s, Location: %s"),
*PlayerViewPointLocation.ToString(),
*PlayerViewPointRotation.ToString()
);
Any explanation will be awesome!