Removed unnecessary float.
[REVIEW]
#ROBOMERGE-SOURCE: CL 5495021 via CL 5495030 via CL 5495031 via CL 5497942
[CL 5498095 by stephen holmes in Main branch]
Made editor-time rebuilding with nav invokers more reliable.
Minor optimization in FRecastNavMeshGenerator::ProcessTileTasksAsync to avoid redundant condition checking and memory reallocation.
#rb none
#ROBOMERGE-SOURCE: CL 5415787 via CL 5415788 via CL 5426864
[CL 5426928 by mieszko zielinski in Main branch]
#rb Stephen.Holmes
#ROBOMERGE-OWNER: mieszko.zielinski
#ROBOMERGE-AUTHOR: mieszko.zielinski
#ROBOMERGE-SOURCE: CL 5263785 via CL 5263786 via CL 5276169
[CL 5276170 by mieszko zielinski in Main branch]
Static initializtion of FNavigationSystem::CoordTypeTransformsTo was causing issues on PS4 since it was triggered before FTransform::Initialize got initialized resulting in CoordTypeTransformsTo containing 'zero' transforms.
I've also made the related code a lot more readable.
#jira UE-67512
#rb Stephen.Holmes
#ROBOMERGE-SOURCE: CL 5061258 in //UE4/Release-4.22/...
#ROBOMERGE-BOT: RELEASE (Release-4.22 -> Main)
[CL 5061259 by mieszko zielinski in Main branch]
The bug was being exibited when there was already a navmesh instance on the map and another navmesh bounds volume had been added. The whole detour navmesh got dropped, but only the area covered by the new bounds had been rebuild. I've fixed it so that as part of nav bounds update a new detour navmesh instance gets created and areas covered by _all_ bounds get dirtied.
#jira UE-66340
#rb Stephen.Holmes
#ROBOMERGE-SOURCE: CL 4981450 in //UE4/Release-4.22/...
#ROBOMERGE-BOT: RELEASE (Release-4.22 -> Main)
[CL 4981451 by mieszko zielinski in Main branch]
This is the case where there are some spans, but not enough to create a walkable surface.
#jira UE-69807
#rb Lukasz.Furman
#ROBOMERGE-SOURCE: CL 4967613 in //UE4/Release-4.22/...
#ROBOMERGE-BOT: RELEASE (Release-4.22 -> Main)
[CL 4968680 by mieszko zielinski in Main branch]
#rb mieszko.zielinski, michael.noland
[RN] fix general
#ROBOMERGE-SOURCE: CL 4867626 via CL 4867631 via CL 4869090
[CL 4874314 by jason petersohn in Main branch]