Commit Graph

18312 Commits

Author SHA1 Message Date
helge mathee
4a18b56b0a Control Rig: Avoid multiple initializations in Control Rig Editor
#rb na
#jira UE-91550

#ROBOMERGE-SOURCE: CL 12651455 via CL 12651457 via CL 12651460
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v675-12543919)

[CL 12651465 by helge mathee in Main branch]
2020-04-07 04:27:51 -04:00
max chen
730275c6bd Sequencer: Added missing tick animation in bake
#jira none
#rb none
#rnx

#ROBOMERGE-SOURCE: CL 12650504 in //UE4/Release-4.25/... via CL 12650505 via CL 12650510
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v675-12543919)

[CL 12650512 by max chen in Main branch]
2020-04-07 02:19:03 -04:00
steven barnett
1873f1f7ee Add r-click menu option to change primitive collision filtering in PHAT
#rb michael.lentine

#ROBOMERGE-SOURCE: CL 12640691 via CL 12644424 via CL 12644541
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v675-12543919)

[CL 12644700 by steven barnett in Main branch]
2020-04-06 20:09:53 -04:00
rex hill
19b9751f2e Fix crash when following tutorials that opened modes tab
#jira UE-91575
#lockdown Cristina.Riveron
#rb Matt.Kuhlenschmidt

#ROBOMERGE-SOURCE: CL 12629338 in //UE4/Release-4.25/... via CL 12629394 via CL 12629447
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v675-12543919)

[CL 12629467 by rex hill in Main branch]
2020-04-06 15:04:09 -04:00
donal maccarthy
d2b41de03d When cooking DLC, change the data being removed from constantly to a Set rather than an Array. Speeds up the CookByTheBookFinished of a Fortnite DLC cook by 85%
#rb Daniel.Lamb

#ROBOMERGE-SOURCE: CL 12625934 via CL 12627957 via CL 12628248 via CL 12628519
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v675-12543919)

[CL 12628602 by donal maccarthy in Main branch]
2020-04-06 14:58:11 -04:00
michael noland
5f466e21af Blueprints: Added an initial prototype of namespacing and importing namespaces in Blueprints
- Currently only affects which BP macro and function libraries are loaded when opening the Blueprint Editor:
- anything in the 'global' namespace is loaded, plus anything imported on a project-wide (in project settings) or per-user basis (in editor preferences)
- This can be used to dramatically reduce the first time to open the BP editor in projects with a lot of macro/function libs that reference other content
- Note: Currently individual BPs cannot import specific namespaces (however, using a macro/function from a library will cause it to automatically load when that BP is loaded), and the namespacing does not affect the functionality of the BP context menu
#jira UE-91581
#rb phillip.kavan

#ROBOMERGE-SOURCE: CL 12625288 via CL 12625294 via CL 12625301 via CL 12625305
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v675-12543919)

[CL 12625308 by michael noland in Main branch]
2020-04-06 13:43:47 -04:00
max chen
ee50c489c6 Sequencer: Fix bake transform so that it iterates through the selected node guides, rather than through the selected nodes since the selection can change during the bake process.
#rb none

#ROBOMERGE-SOURCE: CL 12624959 via CL 12624961 via CL 12624963 via CL 12624965
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v675-12543919)

[CL 12624969 by max chen in Main branch]
2020-04-06 13:24:00 -04:00
ori cohen
107f99088a Added lvl1 include guards for chaos
#rb none

#ROBOMERGE-OWNER: ori.cohen
#ROBOMERGE-AUTHOR: ori.cohen
#ROBOMERGE-SOURCE: CL 12623541 via CL 12624272 via CL 12624321 via CL 12624383
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v675-12543919)

[CL 12624496 by ori cohen in Main branch]
2020-04-06 12:55:19 -04:00
graeme thornton
5248e18f93 TBA: Removed an unused constant 'Nil' that seems to be defined as a macro on mac
#ROBOMERGE-SOURCE: CL 12622830 via CL 12622844 via CL 12622858 via CL 12622861
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v675-12543919)

[CL 12622864 by graeme thornton in Main branch]
2020-04-06 11:42:37 -04:00
graeme thornton
4329e99e55 TBA: Stood up a simple schema export pass from the text asset commandlet. Currently hardcoded and incomplete, but enough to test the framework
#ROBOMERGE-SOURCE: CL 12619834 via CL 12620274 via CL 12620285 via CL 12620295
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v675-12543919)

[CL 12620326 by graeme thornton in Main branch]
2020-04-06 08:07:23 -04:00
sebastian nordgren
8d60bf0d67 Struct customizations are now allowed to omit the header row in arrays and sets. Maps still require the header so that a default key widget can be generated.
Change requested by UDN.

#jira none
#rb matt.kuhlenschmidt

#ROBOMERGE-SOURCE: CL 12618908 in //UE4/Release-4.25/... via CL 12618909 via CL 12618910
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v675-12543919)

[CL 12618912 by sebastian nordgren in Main branch]
2020-04-06 03:55:45 -04:00
ben hoffman
037bbb84ad Disable drag/drop replacing of variable nodes that have split pins
#jira UE-91145
#rb michael.noland
#lockdown james.golding

#ROBOMERGE-SOURCE: CL 12590192 in //UE4/Release-4.25/... via CL 12590208 via CL 12590221
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v675-12543919)

[CL 12590227 by ben hoffman in Main branch]
2020-04-03 08:47:26 -04:00
ryan gerleve
dc5cfce77a Fix playing Steam-enabled games in PIE when "Run Under One Process" is unchecked by restoring missing command line options, including -MultiprocessOSS.
#jira UE-89222
#rb matt.hoffman
#lockdown james.golding

#ROBOMERGE-SOURCE: CL 12584469 in //UE4/Release-4.25/... via CL 12584512 via CL 12584594
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v675-12543919)

[CL 12584652 by ryan gerleve in Main branch]
2020-04-02 20:58:57 -04:00
bob tellez
459bf081ef #UE4 Finish undo of 12572258
[FYI] Nick.Darnell

#ROBOMERGE-SOURCE: CL 12582218 via CL 12582221 via CL 12582223
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v675-12543919)

[CL 12582228 by bob tellez in Main branch]
2020-04-02 19:08:01 -04:00
nick darnell
72d1207752 Undo 12572258
#ROBOMERGE-OWNER: nick.darnell
#ROBOMERGE-AUTHOR: nick.darnell
#ROBOMERGE-SOURCE: CL 12580939 via CL 12580947 via CL 12581021 via CL 12581039 via CL 12581048
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v675-12543919)

[CL 12581062 by nick darnell in Main branch]
2020-04-02 18:28:21 -04:00
nick darnell
5948f1872f Undo 12578490
#ROBOMERGE-SOURCE: CL 12580972 via CL 12580979 via CL 12580985
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v675-12543919)

[CL 12580991 by nick darnell in Main branch]
2020-04-02 18:26:38 -04:00
nick darnell
f8342b8466 Blueprint CPF instead of RF.
#ROBOMERGE-SOURCE: CL 12579517 via CL 12579531 via CL 12579557 via CL 12579590 via CL 12579640
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v675-12543919)

[CL 12579698 by nick darnell in Main branch]
2020-04-02 17:54:59 -04:00
nick darnell
e26b68bb19 UMG - The widget blueprint compiler now does additional checking to make sure you've correctly setup your UPROPERTY if you're using WidgetBindAnim, so that the property is transient.
#ROBOMERGE-SOURCE: CL 12578677 via CL 12578684 via CL 12578782 via CL 12578825 via CL 12578854
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v675-12543919)

[CL 12578942 by nick darnell in Main branch]
2020-04-02 17:40:38 -04:00
nick darnell
ead3d49d3d Blueprint - Fixing up some API usages that changed params.
#ROBOMERGE-SOURCE: CL 12578490 via CL 12578516 via CL 12578525
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v675-12543919)

[CL 12578546 by nick darnell in Main branch]
2020-04-02 17:32:43 -04:00
stu mckenna
7494900cf7 - Add list of particle systems with warm up enabled
#rb none
#rnx

#ROBOMERGE-SOURCE: CL 12577183 via CL 12577248 via CL 12577426 via CL 12577450 via CL 12577474
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v675-12543919)

[CL 12577511 by stu mckenna in Main branch]
2020-04-02 17:12:23 -04:00
nick darnell
5a9dbf099b Blueprints - Fix softptrs literal pins not being serialized as imported into blueprint assets. This should restore several cases of references not being shown in the asset registry - will need to resave though.
Fred.Kimberly, Marc.Audy, Dan.Oconner, Michael.Noland

#ROBOMERGE-OWNER: nick.darnell
#ROBOMERGE-AUTHOR: nick.darnell
#ROBOMERGE-SOURCE: CL 12572258 via CL 12572295 via CL 12572587 via CL 12572601 via CL 12572607
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v675-12543919)

[CL 12572619 by nick darnell in Main branch]
2020-04-02 16:11:45 -04:00
ben zeigler
20bb11f006 Fix issue where a literal math expression could cause it to regenerate the user defined pin default value every time due to it skipping the pin change callback
Protect against possible future crashes from marking modified during second half of package saving
#jira UE-91360
#rnx
#lockdown james.golding
#rb dan.oconnor

#ROBOMERGE-SOURCE: CL 12559868 in //UE4/Release-4.25/... via CL 12559916 via CL 12560039
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v675-12543919)

[CL 12560234 by ben zeigler in Main branch]
2020-04-02 14:18:13 -04:00
kriss gossart
e4292c3cac Chaos Cloth - Rollback UClothLODDataCommon to FClothLODData to prevent crashes in SkeletalMesh PostLoad.
#jira UE-91075
#rb none
[FYI] Benn.Gallagher, Jaco.Vandyk

#ROBOMERGE-OWNER: kriss.gossart
#ROBOMERGE-AUTHOR: kriss.gossart
#ROBOMERGE-SOURCE: CL 12556067 via CL 12556089 via CL 12558368 via CL 12558401 via CL 12559878
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v675-12543919)

[CL 12559891 by kriss gossart in Main branch]
2020-04-02 14:15:35 -04:00
ben hoffman
510f4dfdc7 Fix CIS issue with dereferencing null
#jira UE-91484
#rb dan.oconnor
#rnx
#lockdown james.golding

#ROBOMERGE-SOURCE: CL 12558075 in //UE4/Release-4.25/... via CL 12558095 via CL 12558116
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v675-12543919)

[CL 12558134 by ben hoffman in Main branch]
2020-04-02 12:46:53 -04:00
yujiang wang
d30bb097ea Edigrate: Disable depth writes (MP_PixelDepthOffset) in Lightmass materials
#rb will.damon
#jira UE-82535

#ROBOMERGE-SOURCE: CL 12547102 in //UE4/Release-4.25/... via CL 12547232 via CL 12547413
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v673-12478461)

[CL 12547592 by yujiang wang in Main branch]
2020-04-02 11:16:45 -04:00