Added alternate keyboard bindings to gameplay debugger, for keyboards without numpad (can be enabled in gameplay debugger settings). It uses Alt + [regular number] shortcuts.
[CL 2510117 by sebastian kowalczyk in Main branch]
Including:
* Better control over AIController::PerceptionComponent access
* implemented team affiliation handling to sight and hearing senses
* added a way to configure a sense if it wants to send out notifications on every perception even, or just on perception value change (like visibility lost or gained)
[CL 2486226 by Mieszko Zielinski in Main branch]
Added GameplayDebugger settings to editor (AI Tools section) - it's usefull feature to controll default properties.
Fixed LogVisualizer as experimental menu entry in UE4 Editor
[CL 2371500 by sebastian kowalczyk in Main branch]
- pass 1, some more improvements to come
- updated lots of Fortnite code to accommodate API changes
- same goes for Orion, though a lot less of code had to be touched
- includes a minor extension to IGenericTeamAgentInterface
[CL 2361462 by Mieszko Zielinski in Main branch]
Removed unnecessary array of EQS names from replication (we have names in replicated blobs with EQS data) #ue4
Only last 5 EQS queries are replicated (this number can be configured in *.ini file) - usually we don't need older queries to replicate and to debug. #ue4
[CL 2305892 by sebastian kowalczyk in Main branch]
- fixed activation in different configurations (PIE, standalone, client-server, etc.).
- Fixed issues related to NavMesh rendering
- fixed EQS query switching
Fixes integrated from Dev (CL #2292104 and CL #2292198)
[CL 2292239 by sebastian kowalczyk in Main branch]
- Fixed paths rendering while using GameplayDebugger (client/server too)
Both changes integrated to Main from Dev (CL #2290675, CL #2282927)
[CL 2290696 by sebastian kowalczyk in Main branch]
- Fixed few compilation issues with disabled USE_EQS_DEBUGGER flag
- Fixed crash in EQSRenderingComponent
- Fixed EQS debug data for sorted EQS itesm (it's slower way to sort items but only with active USE_EQS_DEBUGGER flag)
Change integrated from Dev branch, from CL #2282639
[CL 2282730 by sebastian kowalczyk in Main branch]