Commenting out the branch in FTriangleMeshSweepVisitor::VisitSweep is a work-around.if (CullsBackFaceSweepsCode != 0) { if (VectorMaskBits(IsBackFace)) { // Don't cull the back face ...
UWorld::ComponentOverlapMultiByChannel and internally, the call to FBodyInstance::OverlapMulti, misses overlaps and blocking hits when the PrimComp's (the component used to test overlaps) mesh uses ...
The OutHit from a LineTraceByChannel against a landscape in Editor is not returning the Physical Material of that landscape. While PIE there is no issue. While using BoxTrace (even in Editor) there ...
Scene queries when encountering skeletal meshes with per-poly collision enabled do not return a bone name in the HitResult. Returning the BoneName always or having it as an option via FCollisionQuer ...
Here is a work around bool FTriangleMeshSweepVisitor::VisitSweep(const TSpatialVisitorData<int32>& VisitData, FRealSingle& CurDataLength) { ... if (CullsBackFaceSweepsCode != 0) { if ...