Commit Graph

47661 Commits

Author SHA1 Message Date
lauren ridge
b189ad36bb Removing unused editor utility UI
#rnx
#rb Chris.Gagnon


#ROBOMERGE-SOURCE: CL 6914920 via CL 6919064
#ROBOMERGE-BOT: (v366-6836689)

[CL 6919155 by lauren ridge in Main branch]
2019-06-10 18:07:11 -04:00
zak middleton
1deffa8ec3 #ue4 - Adjusted log levels for LogNetPlayerMovement to make Log and Verbose less spammy and moved some of those down a level.
[at]LouisPhilippe.Seguin
#rb LouisPhilippe.Seguin


#ROBOMERGE-SOURCE: CL 6913597 via CL 6913620 via CL 6919038
#ROBOMERGE-BOT: (v366-6836689)

[CL 6919096 by zak middleton in Main branch]
2019-06-10 18:06:23 -04:00
zach bethel
d299dc8028 Fixed race condition with BSP models and cached mesh draw commands.
- In the level BSP model invalidation / undo methods, this change moves the component unregistration to happen prior to releasing the meshes. This is likely not the cause of the crash, but it seems safer to unregister components before releasing their underlying resources.

 - When models are updating, a legacy optimization was used to only update material index buffers. This would *not* first remove model components from the scene, which leaves static meshes intact. Then, it would queue a re-creation of static meshes until the end of the
   frame. This creates a race condition where if static meshes are rebuilt prior to the end of the frame (e.g. UpdateStaticMeshesForMaterials), the FMeshBatch is now pointing at bogus vertex and index buffers. The fix is to perform an immediate recreation instead of deferring one.

#jira UE-72123
#rb Daniel.Wright
#lockdown cristina.riveron

#ROBOMERGE-SOURCE: CL 6918805 in //UE4/Release-4.22/...
#ROBOMERGE-BOT: RELEASE (Release-4.22 -> Main) (v366-6836689)

[CL 6918807 by zach bethel in Main branch]
2019-06-10 17:42:46 -04:00
zach bethel
c25f64d0e8 Preserve content written by MaterialSetupCS when voxelizing primitives in Volumetric Fog.
#jira UE-75949
#rb Daniel.Wright
#lockdown cristina.riveron

#ROBOMERGE-SOURCE: CL 6918801 in //UE4/Release-4.22/...
#ROBOMERGE-BOT: RELEASE (Release-4.22 -> Main) (v366-6836689)

[CL 6918802 by zach bethel in Main branch]
2019-06-10 17:42:14 -04:00
ben marsh
5eeedbf783 UBT: Always treat *.modules files as being up to date for an installed engine. Prevents BuildId being regenerated if timestamps for DLLs are newer.
#rb none
#jira UE-76017

#ROBOMERGE-SOURCE: CL 6916209 in //UE4/Release-4.22/...
#ROBOMERGE-BOT: RELEASE (Release-4.22 -> Main) (v366-6836689)

[CL 6916227 by ben marsh in Main branch]
2019-06-10 15:53:30 -04:00
Marc Audy
927cc26e23 Ensure that unregistered instanced components are correctly in their BP created component parent's AttachChildren array prior to the instance data cache getting created.
#jira UE-69178
#rb Fred.Kimberley

[CL 6915694 by Marc Audy in Main branch]
2019-06-10 15:37:53 -04:00
Ben Marsh
f143176607 UBT: Add missing copyright notice.
#rb none
#rnx

[CL 6915155 by Ben Marsh in Main branch]
2019-06-10 15:18:44 -04:00
rob gay
ff4c51fc90 Minor prep for code extraction/refactor to make focus updates more accurate
- Remove unused parameters passed to GetAzimuth
- Minor clean-up
#rb none


#ROBOMERGE-SOURCE: CL 6913424 via CL 6914772
#ROBOMERGE-BOT: (v366-6836689)

[CL 6914855 by rob gay in Main branch]
2019-06-10 14:56:42 -04:00
brandon schaefer
00a6f5dace Just ifdef versus use the compiler to check for errors
#rb none


#ROBOMERGE-SOURCE: CL 6913304 via CL 6913307 via CL 6914732
#ROBOMERGE-BOT: (v366-6836689)

[CL 6914829 by brandon schaefer in Main branch]
2019-06-10 14:56:27 -04:00
patrick enfedaque
76f79884ae Landscape Layers no longer Experimental Feature
#rb richard.malo
#rnx


#ROBOMERGE-SOURCE: CL 6913188 via CL 6914657
#ROBOMERGE-BOT: (v366-6836689)

[CL 6914812 by patrick enfedaque in Main branch]
2019-06-10 14:55:57 -04:00
patrick enfedaque
65c4355729 Missing request update from previous CL
#rb none
#rnx


#ROBOMERGE-SOURCE: CL 6913081 via CL 6914654
#ROBOMERGE-BOT: (v366-6836689)

[CL 6914811 by patrick enfedaque in Main branch]
2019-06-10 14:55:55 -04:00
patrick enfedaque
473287d5ab Landscape Layer System: Clear Option Sub menu (Height, Weight per Layer Target, All)
#rb richard.malo
#rnx


#ROBOMERGE-SOURCE: CL 6913056 via CL 6914651
#ROBOMERGE-BOT: (v366-6836689)

[CL 6914805 by patrick enfedaque in Main branch]
2019-06-10 14:55:49 -04:00
rob gay
91a83cee5a - Add cvar to control forcing virtual loop update on listener transform jumps.
#rb ethan.geller


#ROBOMERGE-OWNER: rob.gay
#ROBOMERGE-AUTHOR: rob.gay
#ROBOMERGE-SOURCE: CL 6912971 via CL 6914643
#ROBOMERGE-BOT: (v366-6836689)

[CL 6914781 by rob gay in Main branch]
2019-06-10 14:55:30 -04:00
daniel lamb
724dd8a0b0 Clean up missing packages list when we mount pak files.
#ROBOMERGE-SOURCE: CL 6912467 via CL 6912474 via CL 6912475 via CL 6913209
#ROBOMERGE-BOT: (v366-6836689)

[CL 6914251 by daniel lamb in Main branch]
2019-06-10 14:27:11 -04:00
max chen
b26681d077 Sequencer: Update with the channel metadata name.
Otherwise, the key area was getting the name Location instead of Location.X. This fixes a subtle bug that appeared when copying and pasting keys. On undo, the key areas would get their names updated from Location.X to Location, Location.Y to Location, and Location.Z to Location. Then the keys would get copied with those key area names and pasted all to the same channel.

#jira UE-75637
#rb andrew.rodham


#ROBOMERGE-SOURCE: CL 6911775 via CL 6912698
#ROBOMERGE-BOT: (v366-6836689)

[CL 6914094 by max chen in Main branch]
2019-06-10 14:24:59 -04:00
stu mckenna
b1ef5bc0a4 - Modify commandlet to gather mismatched bone names for UParticleModuleLocationBoneSocket between LOD levels
- We don't need to check for mismatched SourceLocation array size since that should be covered on load

#rb none
#rnx


#ROBOMERGE-SOURCE: CL 6911773 via CL 6912697
#ROBOMERGE-BOT: (v366-6836689)

[CL 6914093 by stu mckenna in Main branch]
2019-06-10 14:24:57 -04:00
peter knepley
f5d5ddbcd1 Back out changelist 6910520, missing some linker changes it looks like
[FYI] Daniel.Lamb


#ROBOMERGE-SOURCE: CL 6910644 via CL 6910646 via CL 6911055 via CL 6912095
#ROBOMERGE-BOT: (v366-6836689)

[CL 6913768 by peter knepley in Main branch]
2019-06-10 14:20:13 -04:00
dmitriy dyomin
524f0d1dad Fixed: Crash when launching Fortnite on Samsung S10
#rb jack.porter
[REVIEW] dmitriy.dyomin


#ROBOMERGE-SOURCE: CL 6910545 via CL 6910551 via CL 6911046 via CL 6912063
#ROBOMERGE-BOT: (v366-6836689)

[CL 6913730 by dmitriy dyomin in Main branch]
2019-06-10 14:19:55 -04:00
daniel lamb
8c99fdf647 Clean up missing packages list when we mount pak files.
#ROBOMERGE-SOURCE: CL 6910520 via CL 6910522 via CL 6911043 via CL 6912049
#ROBOMERGE-BOT: (v366-6836689)

[CL 6913717 by daniel lamb in Main branch]
2019-06-10 14:19:49 -04:00
ryan schmidt
889b66d92f Move InteractiveToolsFramework and EditorInteractiveToolsFramework modules to Experimental
#rb none
#rnx

#ROBOMERGE-SOURCE: CL 6913333 in //UE4/Dev-Editor/...
#ROBOMERGE-BOT: ENGINE (Dev-Editor -> Main) (v366-6836689)

[CL 6913342 by ryan schmidt in Main branch]
2019-06-10 14:03:39 -04:00
Dave Belanger
ceeb02a4aa Prevent keyframing on array properties that have a setter function because FTrackInstancePropertyBindings::InvokeSetterFunction doesn't support it.
#jira UE-75896
#rb Andrew.Rodham Matt.Hoffman

[CL 6912778 by Dave Belanger in Main branch]
2019-06-10 13:08:58 -04:00
Sarah Case
60f8d957d5 Updated license date.
#rb none

[CL 6912755 by Sarah Case in Main branch]
2019-06-10 13:05:24 -04:00
Brice Criswell
e613c0198e Added include for Paths.h
#jira UE-75964
#rb none
#fiy Michael.Lentine

[CL 6912746 by Brice Criswell in Main branch]
2019-06-10 13:02:51 -04:00
Maxwell Hayes
c18ef8b8b2 Reverting github PR causing crash. (Was attempting to force a synchronous load of a soundwave.)
#rb Rob.Gay
#jira UE-75629

[CL 6912700 by Maxwell Hayes in Main branch]
2019-06-10 12:59:24 -04:00
Benn Gallagher
1ac4bb5e22 Non-unity build fixes
#rb Martin.Wilson
#jira UE-75965

[CL 6912492 by Benn Gallagher in Main branch]
2019-06-10 12:41:34 -04:00