Patrick Boutot
aeea5f0679
Slate: Convert SConcertScrollBox, SWrapBox, SBoxPanel, SWindow FSlot's to the FSlotArgument syntax.
...
#jira UE-114425
#preflight 60adb0b704188d000133d0b9
[CL 16466544 by Patrick Boutot in ue5-main branch]
2021-05-26 06:42:00 -04:00
Marc Audy
3cfedaade8
Fix PVS warning V502 when comparing against NAME_None in a trinary
...
[CL 16137741 by Marc Audy in ue5-main branch]
2021-04-28 01:58:36 -04:00
louise rasmussen
cfa93e0cac
Custom Menu Delegates for Toolbar Widgets + Viewport Transform ToolBar creates menu items for overflow widgets
...
#JIRA UETOOL-2859
#rb Lauren.Barnes, Matt.Kuhlenschmidt
#preflight 60623b2fa6aaf90001c1b17b
#ROBOMERGE-SOURCE: CL 15855668 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v786-15839533)
[CL 15857250 by louise rasmussen in ue5-main branch]
2021-03-29 20:50:34 -04:00
Patrick Boutot
1edaef239a
Slate: Fix simple implicit type conversion warnings in Slate
...
#jira UE-88354
#rb none
#preflight 6061c1ccf8ce540001e897e9
[CL 15849933 by Patrick Boutot in ue5-main branch]
2021-03-29 08:42:19 -04:00
Patrick Boutot
5f1e91106b
Slate: Convert SCompoundWidget Attributes into SlateAttributes.
...
#jira UE-109146
[CL 15664716 by Patrick Boutot in ue5-main branch]
2021-03-10 07:13:29 -04:00
jamie dale
9db3723503
Added menu context clean-up functions
...
These are called when a menu is closed, and can be used to clean-up context object data without needing to run a GC
#rb Rex.Hill
#ROBOMERGE-SOURCE: CL 15562929 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v771-15082668)
[CL 15562993 by jamie dale in ue5-main branch]
2021-03-01 18:20:08 -04:00
Louise Rasmussen
d86f2eff63
Separate Panel for Modes Palette, applied to Modeling Mode
...
#JIRA UETOOL-2865
#rb Lauren.Barnes
[CL 15273316 by Louise Rasmussen in ue5-main branch]
2021-02-01 14:55:57 -04:00
Matt Kuhlenschmidt
6973e6a61e
Toolbars can now support a hybrid mode where they include no text unless a specific toolbar entry is called out using the "calloutstyle" for the toolbar entry. This allows toolbars to reduce their width significantly. The level editor now uses this by default but a few other asset editors have been set up for this
...
[CL 14994802 by Matt Kuhlenschmidt in ue5-main branch]
2021-01-05 16:38:18 -04:00
Louise Rasmussen
96abe8305c
Menu Styling
...
[CL 14832749 by Louise Rasmussen in ue5-main branch]
2020-12-01 20:58:20 -04:00
Matt Kuhlenschmidt
af2704e6c9
Add custom horizontal alignment override to widgets in toolbars
...
[CL 14589424 by Matt Kuhlenschmidt in ue5-main branch]
2020-10-27 13:18:06 -04:00
Patrick Boutot
65cc784c3c
Fix implicit type conversion warnings in Slate
...
#jira UE-88354
#rb vincent.gauthier
[CL 14228066 by Patrick Boutot in ue5-main branch]
2020-09-01 11:38:51 -04:00
Marc Audy
a7c9001a94
Merging //UE5/Release-Engine-Staging to Main (//UE5/Main) @ 14075166
...
#rb
#rnx
[CL 14075271 by Marc Audy in ue5-main branch]
2020-08-11 01:36:57 -04:00
Louise Rasmussen
2a4d4ea056
Moved Modes Tools into Modes Panel, removed ToolBar
...
#rb matt.kuhlenschmidt
[CL 13885548 by Louise Rasmussen in ue5-main branch]
2020-07-17 14:42:23 -04:00
aditya ravichandran
8714a7ed9b
Reverting CL 13601508 because it showed some UI options that shouldn't be displayed (on the toolbar specifically).
...
[CL 13678449 by aditya ravichandran in ue5-main branch]
2020-06-15 13:42:50 -04:00
Louise Rasmussen
6b7b641bba
Menu widths adjust with the presence of checks
...
#rb matt.kuhlenschmidt
[CL 13634722 by Louise Rasmussen in ue5-main branch]
2020-06-05 15:31:11 -04:00
aditya ravichandran
d4960239b1
The search filter for MultiBoxes now resets its search text when it gains focus.
...
#jira UE-93280
#rb lauren.barnes
#fyi chris.gagnon
[CL 13601508 by aditya ravichandran in ue5-main branch]
2020-06-02 18:41:16 -04:00
Matt Kuhlenschmidt
c42837a0a9
Added a toolbar style to avoid so much duplication of styles related to toolbars in the editor
...
Fixed up all obvious use cases
#rb louise.rasmussen
[CL 13276109 by Matt Kuhlenschmidt in ue5-main branch]
2020-05-12 09:32:51 -04:00
matt kuhlenschmidt
793758b90b
Fixed not being able to add separators to toolbars using the new tool menus api to create toolbars. Toolbars were not accounting for multiple separator types. Deprecated the concept of a menu separator and a toolbar separator and made only one separator type.
...
For now did not deprecate usage of AddMenuSeparator in menu builders due to the extreme number of fiiles this touches
[CODEREVIEW] rex.hill
#ROBOMERGE-SOURCE: CL 12669820 via CL 12669822 via CL 12669823
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v675-12543919)
[CL 12671630 by matt kuhlenschmidt in Main branch]
2020-04-08 10:05:51 -04:00
Chris Gagnon
c3f9a18841
Merge from Main in prep for Dev-Tools-Staging Copy up
...
#rb none
[CL 11221539 by Chris Gagnon in Dev-Tools-Staging branch]
2020-02-04 17:00:31 -05:00
rex hill
6feab03e6a
Fix menu search not starting when max height is set
...
#jira UE-87630
#rb lauren.barnes
#rnx
#ROBOMERGE-SOURCE: CL 11168153 via CL 11168155 via CL 11168157
#ROBOMERGE-BOT: (v640-11091645)
[CL 11169092 by rex hill in Main branch]
2020-01-29 17:08:58 -05:00
Max Chen
b4881d8bf8
Copying //UE4/Dev-Editor to Dev-Tools-Staging (//UE4/Dev-Tools-Staging) @11123875
...
#rb none
#jira none
[CL 11123880 by Max Chen in Dev-Tools-Staging branch]
2020-01-27 20:11:15 -05:00
ryan durand
0f0464a30e
Updating copyright for Engine Runtime.
...
#rnx
#rb none
#ROBOMERGE-OWNER: ryan.durand
#ROBOMERGE-AUTHOR: ryan.durand
#ROBOMERGE-SOURCE: CL 10869210 via CL 10869511 via CL 10869900
#ROBOMERGE-BOT: (v613-10869866)
[CL 10870549 by ryan durand in Main branch]
2019-12-26 14:45:42 -05:00
Chris Gagnon
8ab0638182
Copying //UE4/Dev-Editor to Dev-Main (//UE4/Dev-Main) for 4.24
...
#rb none
[CL 9325047 by Chris Gagnon in Main branch]
2019-10-01 20:41:42 -04:00
Rex Hill
e5fb220915
Menu editor, hide legacy items while editing to simplify logic
...
#rb none
#rnx
[CL 9057251 by Rex Hill in Dev-Editor branch]
2019-09-24 17:26:10 -04:00
Rex Hill
cb418cafa2
Tool menu customization GUI
...
#jira UETOOL-1498
#rb Lauren.Barnes
[CL 9051483 by Rex Hill in Dev-Editor branch]
2019-09-24 15:16:06 -04:00