For the complete documentation index, see llms.txt. This page is also available as Markdown.

Simple Line Trace

FCollisionObjectQueryParams QueryParams(FCollisionObjectQueryParams::AllObjects);
FHitResult Result;
TargetWorld->LineTraceSingleByObjectType(Result, WorldRay.Origin, WorldRay.PointAt(999999), QueryParams))

Last updated