* Another batch iwyu updates to reduce number of includes used in files
#preflight 63c58d742e714f64ade93797
#rb none
[CL 23732856 by henrik karlsson in ue5-main branch]
- Expanded FDeprecateSlateVector2D to provide structs for parameters, return types and member variables that use FVector2f, while still allowing conversion to/from FVector2d with optional per-module deprecation mechanisms.
- Many of the high-traffic SlateCore types like FSlateBrush, FGeometry and FSlateLayoutTransform have been converted to use these deprecation mechanisms.
- Some legacy FGeometry::ToPaintGeometry and MakeChild overloads have been explicitly deprecated since they cause ambiguous overloads with FSlateLayoutTransform if it were to support implicit construction.
- Deprecated ULocalPlayer::GetPixelBoundingBox and GetPixelPoint to prefer FVector2f for OptionalAllotedSize parameter since this parameter is expected to come from FGeometry
- Exposed FVector2f members to blueprints
#jira none
#rb Andy.Davidson, Dave.Jones, Vincent.Gauthier, Patrick.Boutot
#preflight 63bc6fd068068a8bd6027c9f
[CL 23631073 by Andrew Rodham in ue5-main branch]
Add tooltips for minus and plus button of numeric entry box
#preflight 6329ffcffc7f1efbdf4d39bf
#rb simon.therriault
#jira UE-164516
[CL 22100595 by jeremie roy in ue5-main branch]
By default, Shift key will increment/decrement by 0.1, Control key by 10
Add subframe restriction for inputs that do not support subframes
#rb simon.therriault
#preflight 6307c4b61615ec0db524ef70
#jira UE-145857
[CL 21570385 by jeremie roy in ue5-main branch]
Put channels in alphabetical order in buffer visualizer
Fix uninitialized argument for buffer visualizer
Add buttons to increment/decrement frame offset and time evaluation offset
Add dropdown to select evaluation offset type (frame vs seconds)
Fix style not being registered resulting in white texture
Changed progress bar to custom frame time widget
Fix borders in timed data monitor panel
#rb simon.therriault
#preflight 62d0c601a66919b670fbc0d5
#jira UE-145857
[CL 21102927 by jeremie roy in ue5-main branch]
- Fixed missing icon with placeholder
- Fixed TimedDataMonitor menu entry location to be in VP
#rb jeremie.roy
#jira UE-122369, UE-135942
#ROBOMERGE-AUTHOR: simon.therriault
#ROBOMERGE-SOURCE: CL 18291065 in //UE5/Release-5.0/... via CL 18291070
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v895-18170469)
[CL 18291077 by simon therriault in ue5-release-engine-test branch]