Commit Graph

37 Commits

Author SHA1 Message Date
mark meijer
df1cc5402b Gather text from source, resolve macro has an empty source text (.cpp files)
#jira UE-176755
#rb eric.boucher, Leon.Huang, Jamie.Dale

[CL 35914164 by mark meijer in ue5-main branch]
2024-08-30 01:19:51 -04:00
patrick boutot
e046478394 Slate: Deprecate SListView::ItemHeight and STreeViewItemHeight. ItemHeight and ItemWidth are only used when the panel is is as a tile or both value are assigned. With TreeView and ListView, you can't assigned both. The function are protected, a subclass of those could but it's up to them to expose the ItemHeight and ItemWidth. This behavior changed was introduced with CL 7634094.
#jira UE-210415
#rb editor-ui-systems

[CL 33404292 by patrick boutot in ue5-main branch]
2024-05-02 14:31:41 -04:00
steve robb
f43fc1d782 Fixed up more bool-taking calls to take EAllowShrinking instead.
[CL 30894388 by steve robb in ue5-main branch]
2024-01-25 14:09:12 -05:00
henrik karlsson
bbc37aa2f5 [Engine/Plugins]
* 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]
2023-01-16 17:04:48 -05:00
christopher waters
625952f82e Fixing compile errors from running IWYU on the entire engine.
#preflight 63bdd7d60b7fcef8b01058bd
#lockdown marc.audy

[CL 23635962 by christopher waters in ue5-main branch]
2023-01-10 19:06:13 -05:00
Andrew Rodham
4ff7bab147 Slate: Initial phase of FVector2D deprecation
- 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]
2023-01-10 14:46:43 -05:00
henrik karlsson
5298cc8120 Non-unity/pch compile fixes when building UnrealEditor linux
#rb none
#preflight skipped

[CL 22794114 by henrik karlsson in ue5-main branch]
2022-10-26 17:49:37 -04:00
jeremie roy
b81bbac601 Reduce default zoom modifier value for timed data monitor buffer visualizer
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]
2022-09-20 15:53:16 -04:00
jeremie roy
99ed177b2c Fix timed data monitor zoom being too slow by adding control modifer key to increase zoom scale.
#jira UE-163431
#preflight 6318f0ecb069eea9ab4a0c47
#rb simon.therriault

[CL 21927077 by jeremie roy in ue5-main branch]
2022-09-09 16:15:27 -04:00
jeremie roy
82b06f2cc0 Fix buttons in stage data monitor
#rb simon.therriault
#jira UE-145857
#preflight 6307cce11615ec0db5268568

[CL 21570822 by jeremie roy in ue5-main branch]
2022-08-25 15:47:28 -04:00
jeremie roy
763437458b Add modifier key to increment/decrement timed data monitor offset by 10 and 0.1
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]
2022-08-25 15:22:04 -04:00
jeremie roy
e30fcb8112 TDM Improvements -
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]
2022-07-14 22:37:57 -04:00
Robb Surridge
0a5a02c5b2 Coding standard fixes: gender-inclusive language
#jira UE-156429
#preflight 62b32e826a25ba6ae52f94bd
#rb jason.walter

[CL 20795375 by Robb Surridge in ue5-main branch]
2022-06-23 11:14:07 -04:00
Lauren Barnes
6248f8d412 Replacing legacy EditorStyle calls with AppStyle
#preflight 6272a74d2f6d177be3c6fdda
#rb Matt.Kuhlenschmidt

#ROBOMERGE-OWNER: Lauren.Barnes
#ROBOMERGE-AUTHOR: lauren.barnes
#ROBOMERGE-SOURCE: CL 20057269 via CL 20070159 via CL 20072035 via CL 20072203
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v943-19904690)
#ROBOMERGE-CONFLICT from-shelf

[CL 20105363 by Lauren Barnes in ue5-main branch]
2022-05-09 13:12:28 -04:00
geoffrey douglas
7a8a4bff13 [Timed Data Monitor] Draw vertical bars in buffer visualization at the world time of each frame in each subject's frame buffer
#jira UE-140716
#rb simon.therriault
#preflight 61f849c15a026d2d19b5f232

#ROBOMERGE-AUTHOR: geoffrey.douglas
#ROBOMERGE-SOURCE: CL 18797854 in //UE5/Release-5.0/... via CL 18799684 via CL 18800146
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v908-18788545)

[CL 18800211 by geoffrey douglas in ue5-main branch]
2022-01-31 17:50:19 -05:00
simon therriault
cf66cdb0d2 - Removing unused icon from timed data monitor plugin
#rb none
#jira UE-135949
#preflight 61e6ec5a7f0c4b5aad67fe04

#ROBOMERGE-AUTHOR: simon.therriault
#ROBOMERGE-SOURCE: CL 18641249 in //UE5/Release-5.0/... via CL 18641262 via CL 18641274
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v900-18638592)

[CL 18641278 by simon therriault in ue5-main branch]
2022-01-18 11:46:59 -05:00
simon therriault
cb7b22b016 - Updating StageMonitor and TimedDataMonitor with official icons
#jira UE-135949
#rb none
#preflight 61e1c0b77f65c8b2dcea9ecd

#ROBOMERGE-AUTHOR: simon.therriault
#ROBOMERGE-SOURCE: CL 18620482 in //UE5/Release-5.0/... via CL 18620822 via CL 18621083
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v899-18417669)

[CL 18621239 by simon therriault in ue5-main branch]
2022-01-14 14:09:33 -05:00
simon therriault
345d1ffc6e - Fix crash when opening stage monitor
- 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]
2021-11-24 19:39:00 -05:00
alejandro arango
6a7a1f6201 TimecodeDataMonitor: Fix property initialization.
#rb
#jira UE-130829

#ROBOMERGE-AUTHOR: alejandro.arango
#ROBOMERGE-SOURCE: CL 17779398 in //UE5/Release-5.0/... via CL 17779402
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v881-17767770)
#ROBOMERGE[STARSHIP]: UE5-Main

[CL 17779409 by alejandro arango in ue5-release-engine-test branch]
2021-10-11 21:47:00 -04:00
andriy tylychko
6bf3101dcd deprecated FTicker and family and replaced by thread-safe FTSTicker
#jira UE-120090
#rb francis.hurteau


#ROBOMERGE-SOURCE: CL 17176325 in //UE5/Main/...
#ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v855-17104924)

[CL 17176374 by andriy tylychko in ue5-release-engine-test branch]
2021-08-16 11:09:22 -04:00
Marc Audy
e80ea6b959 Merge from Release-Engine-Staging @ 16444985
This represents UE4/Main @ 16445039 and Dev-PerfTest @ 16444526

[CL 16445122 by Marc Audy in ue5-release-engine-test branch]
2021-05-25 02:43:26 -04:00
Marc Audy
f02d489290 Update Release-Engine-Test from Release-Engine-Staging @ 16264272
[CL 16264458 by Marc Audy in ue5-release-engine-test branch]
2021-05-11 01:10:20 -04:00
simon therriault
e5f41581ac Moving TimecodeProviderTab out of TimeManagement engine module to VirtualProductionUtilities plugin.
#rb Alejandro.Arango
#lockdown simon.tourangeau

#ROBOMERGE-SOURCE: CL 16065104 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v789-15992632)

[CL 16068372 by simon therriault in ue5-main branch]
2021-04-20 20:32:55 -04:00
louise rasmussen
825c64a6f5 Level Editor Menu Re-org, Part 1
#JIRA UETOOL-3039
#rb Lauren.Barnes
#lockdown Simon.Tourangeau
#preflight 606b8e0315d4190001b1698b

#ROBOMERGE-SOURCE: CL 15924633 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v786-15839533)

[CL 15924652 by louise rasmussen in ue5-main branch]
2021-04-05 19:11:24 -04:00
Marcus Wassmer
3b81cf8201 Merging using //UE5/Main_to_//UE5/Release-Engine-Staging @14384769
autoresolved files
#rb none

[CL 14384911 by Marcus Wassmer in ue5-main branch]
2020-09-24 00:43:27 -04:00