When running multiple instances on the same machine, TraceLog listening port will be different for each process. Allow the Unreal Insights connect UI to use non-standard ports by specifying "ip:port" format.
#jira UE-192404
#rb ionut.matasaru
#ushell-cherrypick of 26918370 by tuo.chen
[CL 34008762 by johan berg in ue5-main branch]
This is controlled via a new UseRichText attribute, and may be set to false when rich-text support is not required.
#rb derek.truong
[CL 33990909 by jamie dale in ue5-main branch]
- only create FRayTracingGeometry objects if ray tracing is enabled on static mesh, project and platform.
#rb aleksander.netzel, Kenzo.Terelst
[CL 33969193 by tiago costa in ue5-main branch]
- Frames view: Added colored bullet point for each series in the context menu (including frame series and timer series).
- Frames view: Added threshold presets in the context menu.
- Frames view: Made the colors of threshold lines to be more saturated (to be more visible).
#jira UE-215723
#rb Catalin.Dragoiu
[CL 33940791 by ionut matasaru in ue5-main branch]
There are several sources to configure the Horde server URL and this change provides that information in the log.
This adds an optional parameter to IDesktopPlatform::GetHordeUrl for compatibility.
An example of a successful Horde URL query in the log could be as follows:
"Getting Horde server URL succeeded [URL: https://your.horde.server.org/, Source: Engine INI configuration]"
#rnx
#rb Ben.Marsh, Ryan.Hummer
[CL 33940698 by laura hermanns in ue5-main branch]
A mismatch for Runtime module results in a error in FModuleManager::LoadModuleWithFailureReason because it can't find the ModuleInitializerPtr
See ModuleManager.h for the actual change. The rest are fixes of wrong names.
#rb Steve.Robb
#jira UE-215245
[CL 33938229 by martin sevigny in ue5-main branch]
The upside of this is that the submenus of each group ("section submenus") can have proper ToolMenu sections if they are ToolMenu submenus. Previously, when we grouped using sections, we couldn't section each section, because ToolMenus doesn't support nested sections.
#jira UE-212288
#rb ross.smith2
[CL 33935309 by sebastian arleryd in ue5-main branch]
backing out because requires architectural work with determining playback sample rate.
[FYI] Dan.Thompson
Original CL Desc
-----------------------------------------------------------------
Resample audio files that have an unsupported sample rate when we do other resampling.
#jira UE-205071
#rb jimmy.smith
[CL 33907551 by dan thompson in ue5-main branch]