Here is a work around
bool FTriangleMeshSweepVisitor::VisitSweep(const TSpatialVisitorData<int32>& VisitData, FRealSingle& CurDataLength) { ... if (CullsBackFaceSweepsCode != 0) { if (VectorMaskBits(IsBackFace)) { #if 0 // Don't cull the back face if there is a chance that we are initially overlapping. const VectorRegister4Float MinBounds = VectorMin(VectorMin(A, B), C); const VectorRegister4Float MaxBounds = VectorMax(VectorMax(A, B), C); FAABBVectorized TriangleAABB(MinBounds, MaxBounds); if (!GeometryAABBTriangleSpace.Intersects(TriangleAABB)) { return true; } #else return true; #endif } }
The characeter can not pass through back faces of the mesh
The character can pass through back faces of the mesh (has triangle mesh collision ). It is compatible behavior with the engine before 5.0.
I am not able to find world outliner how to enable it?
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
How can i modify the param name in EQS node
How to achieve HLSL Multiple Render Target in Material blueprints?
Delay nodes occasionally don't fire the "Completed" output in a nativized build
Why does the system plugin 'UnrealBuildTool' error could not be found when the project is compiled?
How does TextureRenderTarget2D get TArray<uint8> type data?
What property of the Slider is the image used when dragging?
What properties of the progress bar can be used for drag and drop highlighting?
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-174277 in the post.
1 |
Component | UE - Simulation - Physics - Query |
---|---|
Affects Versions | 5.1 |
Target Fix | 5.6 |
Created | Jan 17, 2023 |
---|---|
Updated | Oct 25, 2024 |