-Fix Panning on Linux is slow
-Add bUseHighPrecisionMouseMovement (true by default) and bUseInterpolationWithManualPanning (false by default) as Graph Editor Settings, set to the current behaviour, but can be switched to allow for a better panning experience on Linux versions of the editor.
#jira UE-209711
#rb ben.hoffman, ronald.koppers
[FYI] jason.walter
[CL 32463490 by jared therriault in ue5-main branch]
#rb dave.jones2, jodon.karlik
#ushell-cherrypick of 31385532 by kristof.morva1
#ushell-cherrypick of 31619147 by ben.hoffman
[CL 31733962 by ben hoffman in ue5-main branch]
- FRHITexture2D
- FRHITexture2DArray
- FRHITexture3D
- FRHITextureCube
- FTexture2DRHIRef
- FTexture2DArrayRHIRef
- FTexture3DRHIRef
- FTextureCubeRHIRef
Replaced with FRHITexture and FTextureRHIRef
These types were unified in UE 5.1 and have been defined via "using" statements to the same underlying texture type for several engine releases.
#rb christopher.waters
[CL 31724002 by luke thatcher in ue5-main branch]
This could lead to an inability to delete certain assets through the content browser, as panel widgets would continue to reference the underlying graph object through the slate application context with no way to clean them up. In turn, this would result in the asset persisting and being (incorrectly) noted as now existing in a "corrupt" state.
After this change, the asset deletion dialog will no longer report the asset as being referenced in this manner.
This change also minimizes the number of active timers registered to the panel widget for incoming node add/remove graph change events (which matches what was already being done for node select events).
#jira UE-201589, UE-194980
#rb ben.hoffman
[CL 30894681 by phillip kavan in ue5-main branch]
However: function searches will do a quoted search by native function name. The previous behavior was unquoted search by node title (usually function display name). As a result, the previous behavior for Find References would fail in functions with special characters in their name. Now that the name is surrounded in quotes, all function names are supported. The new Find References behavior now searches for correct function name for parent call nodes, interface implementations, event overrides, where the previous behavior failed due to searching for node title.
#rb Phillip.Kavan
[CL 30854644 by zhikang shao in ue5-main branch]
Also added the tests for undo redo
#jira UE-203475
#jira UE-203476
#jira UE-201944
#jira UE-202697
#rb Zohaib.Javed
[CL 30637460 by zulqarnain abbasi in ue5-main branch]