In a mesh asset, setting Navigation>IsDynamicObstacle=true will make the Navigation / Cylinder Collision projection appear in a wrong position.
As described in the case, the fix should reside in NavCollision.cpp, line 284:
SphylElem.SetTransform(FTransform(CylinderInfo.Offset);
should be
SphylElem.SetTransform(FTransform(CylinderInfo.Offset + FVector(0.0f, 0.0f, CylinderInfo.Height * 0.5f)));
Add a Navigation / Cylinder Collision to a Mesh Asset and set it up (size/position);
Set Navigation>IsDynamicObstacle=true;
In an empty level, add a NavMeshVolume and expand it to cover the ground;
Make the Navigation visible by pressing P or enabling it on Show>Navigation;
Instantiate the Mesh in the level and tilt it sideways;
Check that the projection is not matching the position of the Cylinder.
i have this problem UE4CC-Windows-58DC12AF4B97F057BD108FBFF569B2E9_0000
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
Delay nodes occasionally don't fire the "Completed" output in a nativized build
How can i modify the param name in EQS node
How to achieve HLSL Multiple Render Target in Material blueprints?
What method is used to fill polygonal regions when drawing spline mesh at run time?
When I open UE4 4.24.3 it appears that. Does anyone know how to solve?
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-219482 in the post.
0 |
Component | UE - AI - Navigation |
---|---|
Affects Versions | 5.4.2, 5.3.2 |
Target Fix | 5.5 |
Fix Commit | 35224220 |
---|
Created | Jul 16, 2024 |
---|---|
Resolved | Jul 31, 2024 |
Updated | Aug 6, 2024 |