Commit Graph

169 Commits

Author SHA1 Message Date
bryan sefcik
a3dddc6630 Pass 1 on Developer include fixes:
Removed redundant private include paths from build.cs files.
Fixed include paths to be relative to the private or public folders.
Hid or removed includes that reached into other private module folders.
Updated PublicInclude paths when necessary.

#jira
#preflight 631e281694758d0bf2ea1399

[CL 21960082 by bryan sefcik in ue5-main branch]
2022-09-11 18:32:18 -04:00
Patrick Boutot
c8fb567e59 SlateReflector: Add the return value from OnPaint to the WidgetReflector.
#rb vincent.gauthier
#preflight 62d841a43c3df323908f2d68

[CL 21185106 by Patrick Boutot in ue5-main branch]
2022-07-20 14:02:04 -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
Patrick Boutot
bdae98ad4e Slate: Transform some ElementPayload from Vector2D to Vector2f. Use FDeprecateVector2D to create a deprecation path for function that returns a FVector2D.
#jira UE-137340
#rb sebastian.nordgren
#preflight 6273e2f3230c8997ad94b076

[CL 20059075 by Patrick Boutot in ue5-main branch]
2022-05-05 12:02:42 -04:00
Matt Peters
7ad238a806 AssetRegistry includes (Engine/Source): change #include "AssetData.h" -> #include "AssetRegistry/AssetData.h", and similar for the other moved AssetRegistry headers.
#rb Zousar.Shaker
#rnx
#preflight 6270509a220f89f0ad573030

[CL 20016982 by Matt Peters in ue5-main branch]
2022-05-02 18:06:48 -04:00
jurre debaare
a2516063e9 Widget reflector menu is not shown on OSX
#fix ensure that MenuBar widget is applied to respective TabManager
#jira UE-142930
#rb Vincent.Gauthier
#preflight 620d2668742ffef42023c6ea

#ROBOMERGE-AUTHOR: jurre.debaare
#ROBOMERGE-SOURCE: CL 19147104 in //UE5/Release-5.0/... via CL 19147470
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v921-19075845)

[CL 19156457 by jurre debaare in ue5-main branch]
2022-02-25 16:13:55 -05:00
Patrick Boutot
9a25cb2936 Fix duplicated localization key
#jira UE-141552
#rnx
#review-19133821 none
#preflight none

[CL 19133818 by Patrick Boutot in ue5-main branch]
2022-02-24 19:38:44 -05:00
patrick boutot
164f81893b Slate: Fix duplicated localization key.
#jira UE-141552
#rnx
#preflight 62050b5c664a8266289441dc

#ROBOMERGE-AUTHOR: patrick.boutot
#ROBOMERGE-SOURCE: CL 18934898 via CL 18934906 via CL 18934910 via CL 18935225 via CL 18935306
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v917-18934589)

[CL 18935308 by patrick boutot in ue5-main branch]
2022-02-10 09:36:51 -05:00
patrick boutot
68d0f9cf48 Slate: Fix VerifyWidgetLayerId to only use the invalidation test when we painted in fast path. Add the VerifyOutgoingLayerId to the Widget Reflection test list.
#jira UE-136046
#rb none
#preflight 62017574384d6a94e8dc65bf

#ROBOMERGE-AUTHOR: patrick.boutot
#ROBOMERGE-SOURCE: CL 18897351 via CL 18897352 via CL 18897354 via CL 18903428 via CL 18903856
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v912-18901109)

[CL 18903906 by patrick boutot in ue5-main branch]
2022-02-08 12:08:49 -05:00
andrew davidson
3debbbd465 Fix FVector2D variant casts
Submitted on behalf of fred.kimberley
#rb andy.davidson
#preflight 61f8719ea6632a34f35e654b

#ROBOMERGE-AUTHOR: andrew.davidson
#ROBOMERGE-SOURCE: CL 18801709 in //UE5/Release-5.0/... via CL 18802160 via CL 18821533
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v908-18788545)

[CL 18821619 by andrew davidson in ue5-main branch]
2022-02-02 01:45:23 -05:00
JeanMichel Dignard
5ceaa4da35 In preparation for the editor low level tests, replaced checks against TargetType.Editor with bCompileAgainstEditor in module files.
#rb none
#preflight 61eaca4b445cebac10c368f1

[CL 18689576 by JeanMichel Dignard in ue5-main branch]
2022-01-21 10:26:31 -05:00
daren cheng
a273e6703b Dismiss tooltip from widget reflector when context menu is spawning.
#jira UE-130414
#robomerge 5.0
#preflight 61e4e1bea2616066f6716210
#rb trivial

[CL 18639946 by daren cheng in ue5-main branch]
2022-01-18 10:13:39 -05:00
patrick boutot
8f895ca8cd WidgetReflector: Display the running validation test. Most of them only make sense in GlobalInvalidation. It's not that useful in that menu but it makes them easily discoverable.
#rb vincent.gauthier
#preflight 61d6ebd54c252480ca26974e

#ROBOMERGE-AUTHOR: patrick.boutot
#ROBOMERGE-SOURCE: CL 18531760 via CL 18531764 via CL 18531773 via CL 18532149 via CL 18533866 via CL 18534078
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Test -> Main) (v899-18417669)

[CL 18534231 by patrick boutot in ue5-main branch]
2022-01-06 14:22:17 -05:00
patrick boutot
7d21d95312 WidgetReflector: Display the running validation test. Most of them only make sense in GlobalInvalidation. It's not that useful in that menu but it makes them easily discoverable.
#rb vincent.gauthier
#preflight 61d6ebd54c252480ca26974e

#ROBOMERGE-AUTHOR: patrick.boutot
#ROBOMERGE-SOURCE: CL 18531760 via CL 18531764 via CL 18531773 via CL 18532149 via CL 18533866
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v899-18417669)

[CL 18534078 by patrick boutot in ue5-release-engine-test branch]
2022-01-06 14:14:59 -05:00
UnrealBot
c47e81b2cb Branch snapshot for CL 18531810
[CL 18531810 in ue5-main branch]
2022-01-06 16:44:09 +00:00
UnrealBot
2987349d36 Branch snapshot for CL 18514113
[CL 18514113 in ue5-main branch]
2022-01-05 20:41:17 +00:00
matt hoffman
c2db41a9a2 Widget Inspector: Add the 'Source' name to the tooltip as the tooltip often covers up the source name.
#jira Trivial
#rb Patrick.Boutot

#ROBOMERGE-AUTHOR: matt.hoffman
#ROBOMERGE-SOURCE: CL 18522591 in //UE5/Release-5.0/... via CL 18522658 via CL 18522703
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Test -> Main) (v899-18417669)

[CL 18522743 by matt hoffman in ue5-main branch]
2022-01-05 14:17:17 -05:00
matt hoffman
a4ded93b82 Widget Inspector: Add the 'Source' name to the tooltip as the tooltip often covers up the source name.
#jira Trivial
#rb Patrick.Boutot

#ROBOMERGE-AUTHOR: matt.hoffman
#ROBOMERGE-SOURCE: CL 18522591 in //UE5/Release-5.0/... via CL 18522658
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v899-18417669)

[CL 18522703 by matt hoffman in ue5-release-engine-test branch]
2022-01-05 14:15:27 -05:00
matt johnson
4ab9f98d8c Messaging: replace more instances of message construction using operator new with FMessageEndpoint::MakeMessage()
#jira UE-118666
#rb mihnea.balta, francis.hurteau
#preflight 61b8f463da103dd4d3851872

#ROBOMERGE-AUTHOR: matt.johnson
#ROBOMERGE-SOURCE: CL 18468887 in //UE5/Release-5.0/... via CL 18468901 via CL 18468908
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Test -> Main) (v899-18417669)

[CL 18468920 by matt johnson in ue5-main branch]
2021-12-15 13:29:00 -05:00
matt johnson
feed139a14 Messaging: replace more instances of message construction using operator new with FMessageEndpoint::MakeMessage()
#jira UE-118666
#rb mihnea.balta, francis.hurteau
#preflight 61b8f463da103dd4d3851872

#ROBOMERGE-AUTHOR: matt.johnson
#ROBOMERGE-SOURCE: CL 18468887 in //UE5/Release-5.0/... via CL 18468901
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v899-18417669)

[CL 18468908 by matt johnson in ue5-release-engine-test branch]
2021-12-15 13:28:11 -05:00
sebastian nordgren
b6d6a2f5ec CIS fix for SWidgetList compile errors in shipping builds where WITH_SLATE_DEBUGGING is disabled.
#rb none

[CL 18250604 by sebastian nordgren in ue5-main branch]
2021-11-19 06:09:38 -05:00
sebastian nordgren
e624bfeef0 Added Widget List to Widget Reflector, which lists all currently active widgets, grouped by creation location. This can be useful for pinpointing SWidget leaks.
This requires UE_WITH_SLATE_DEBUG_WIDGETLIST to be defined, since it makes use of the functionality in FWidgetList.

#rb francis.hurteau, patrick.boutot
#preflight 619604814f57fbea790c031f

#ROBOMERGE-AUTHOR: sebastian.nordgren
#ROBOMERGE-SOURCE: CL 18234947 in //UE5/Main/...
#ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v895-18170469)

[CL 18234957 by sebastian nordgren in ue5-release-engine-test branch]
2021-11-18 04:29:32 -05:00
sebastian nordgren
92a3a45616 Added Widget List to Widget Reflector, which lists all currently active widgets, grouped by creation location. This can be useful for pinpointing SWidget leaks.
This requires UE_WITH_SLATE_DEBUG_WIDGETLIST to be defined, since it makes use of the functionality in FWidgetList.

#rb francis.hurteau, patrick.boutot
#preflight 619604814f57fbea790c031f

[CL 18234947 by sebastian nordgren in ue5-main branch]
2021-11-18 04:27:40 -05:00
aurel cordonnier
fc542f6cfd Merge from Release-Engine-Staging @ 18081189 to Release-Engine-Test
This represents UE4/Main @18073326, Release-5.0 @18081140 and Dev-PerfTest @18045971

[CL 18081471 by aurel cordonnier in ue5-release-engine-test branch]
2021-11-07 23:43:01 -05:00
aurel cordonnier
a6e741e007 Merge from Release-Engine-Staging @ 17915896 to Release-Engine-Test
This represents UE4/Main @17911760, Release-5.0 @17915875 and Dev-PerfTest @17914035

[CL 17918595 by aurel cordonnier in ue5-release-engine-test branch]
2021-10-25 20:05:28 -04:00