Please help
FCollisionQueryParams is undefined and i do not know how to fix it
word is not lighting up blue whenever i type it in
hopefully someone answers
FCollisionQueryParams TraceParameters(FName(TEXT("")), false, GetOwner());
// ray-cast out to reach distance
FHitResult Hit;
GetWorld()->LineTraceSingleByObjectType(
OUT Hit,
PlayerViewPointLocation,
LineTraceEnd,
FCollisionQueryParams(ECollisionChannel::ECC_PhysicsBody),
TraceParameters
);