Is your feature request related to a problem? Please describe.
The ue4-dev branch contains TrafficManager improvements that have not been ported to ue5-dev. Part of the broader effort discussed in #9581.
Describe the solution you'd like
Port the following TM improvements as a new implementation targeting ue5-dev:
Describe alternatives you've considered
Cherry-picking from ue4-dev was considered but rejected due to UE4→UE5 differences.
Additional context
This is Category 4 of the ue4-dev→ue5-dev porting effort. Single PR with 5 reference commits.
Is your feature request related to a problem? Please describe.
The
ue4-devbranch contains TrafficManager improvements that have not been ported toue5-dev. Part of the broader effort discussed in #9581.Describe the solution you'd like
Port the following TM improvements as a new implementation targeting
ue5-dev:4fdea38a5), angle-based PID with smooth targeting (c8dfee97e), null access segfault fix (fb5f61269), mutex removal (e7e076f1b), vehicle reuse aliasing avoidance (141fc20ae)Describe alternatives you've considered
Cherry-picking from ue4-dev was considered but rejected due to UE4→UE5 differences.
Additional context
This is Category 4 of the ue4-dev→ue5-dev porting effort. Single PR with 5 reference commits.