Hey Teacher
You have been teaching very good so far and I appreciate it, but I really have to point out that with recent lessons your descriptions have become very vague and I have been getting lost, some things you say we must do but don’t really explain why, in the beginning you were explaining very well, but recently you haven’t, what’s happening?
But I really do appreciate the effort you put into these lessons.
Here are some examples :
Why ??
FCollisionQueryParams TraceParams(FName(TEXT("")), false, GetOwner());
Why ??
GetWorld()->LineTraceSingleByObjectType(
OUT Hit, // makes sense
PlayerViewpointLocation, //makes sense
LineTraceEnd, // makes sense
FCollisionObjectQueryParams(ECollisionChannel::ECC_PhysicsBody), /// mmm thats confusing
TraceParams // Huh ?
);