Commit Graph

10717 Commits

Author SHA1 Message Date
maxwell hayes
d4d4388bbd Setting icon and color for WaveTableSynth preset asset
#jira none
#rb Dan.Reynolds

#ROBOMERGE-SOURCE: CL 7711511 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v385-7708028)

[CL 7711512 by maxwell hayes in Main branch]
2019-08-02 20:53:45 -04:00
dan oconnor
8599e9f9e7 More careful scope for FSoftObjectPathSerializationScope - avoid tainting LinkerLoad->Preload(Struct);
#rnx
#rb Phillip.Kavan
[FYI] Marc.Audy
#jira UE-78219

#ROBOMERGE-SOURCE: CL 7710412 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v385-7708028)

[CL 7710413 by dan oconnor in Main branch]
2019-08-02 17:11:54 -04:00
ben marsh
46253417b8 Fix issue where projects with disabled plugins will not cause a blueprint project to have a temporary target.cs file generated.
#rb none
#jira UE-77794
#rnx
[FYI] Josh.Adams

#ROBOMERGE-SOURCE: CL 7708354 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v385-7708028)

[CL 7708434 by ben marsh in Main branch]
2019-08-02 13:36:54 -04:00
chris gagnon
e764afa8e8 Content browser no longer builds it's package roots from full drive paths.
#jira UE-32570
#rb Jamie.Dale

#ROBOMERGE-SOURCE: CL 7708221 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v385-7708028)

[CL 7708225 by chris gagnon in Main branch]
2019-08-02 13:24:41 -04:00
robert manuszewski
9acb62635a Moving the test for low free UObjectArray slot count when cooking before testing available memory and exiting early
#rb none


#ROBOMERGE-SOURCE: CL 7705839 via CL 7705842 via CL 7706687
#ROBOMERGE-BOT: (v384-7690951)

[CL 7706701 by robert manuszewski in Main branch]
2019-08-02 10:38:24 -04:00
richard malo
6bd8e86e86 Added LeftSideFalloffFactor & RightSideFalloffFactor on Landscape spline control points to allow different side falloffs
#rb patrick.enfedaque


#ROBOMERGE-SOURCE: CL 7681698 via CL 7689329
#ROBOMERGE-BOT: (v383-7686620)

[CL 7689424 by richard malo in Main branch]
2019-08-01 13:09:45 -04:00
nick darnell
b6df0bfda1 UMGEditor - Cleaning up some code related to how handle named slots in the designer, using the more versatile TScriptInterface for exchanging the pointer, and updating the replace with child code to work if you're targeting the root content in a named slot.
[FYI] Vincent.Gauthier


#ROBOMERGE-SOURCE: CL 7681631 via CL 7681679 via CL 7681688 via CL 7689320
#ROBOMERGE-BOT: (v383-7686620)

[CL 7689394 by nick darnell in Main branch]
2019-08-01 13:09:31 -04:00
patrick enfedaque
8e82d7b956 Fix from 4.23 CL 7660764
#jira UE-78073
#rb richard.malo
#rnx


#ROBOMERGE-SOURCE: CL 7681242 via CL 7688722
#ROBOMERGE-BOT: (v383-7686620)

[CL 7688986 by patrick enfedaque in Main branch]
2019-08-01 13:00:59 -04:00
dan oconnor
a4c2b8cd45 Make sure transaction buffer references to archetypes get updated when reinstancine archetypes
#jira UE-74501
#rb Phillip.Kavan

#ROBOMERGE-SOURCE: CL 7686506 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v382-7680231)

[CL 7686510 by dan oconnor in Main branch]
2019-08-01 12:15:55 -04:00
LouisPhilippe Seguin
989e272889 Fix missing function due to bad integration resolve
#jira UE-78206
#robomerge Dev-EngineMerge
#rb trivial

[CL 7681905 by LouisPhilippe Seguin in Main branch]
2019-08-01 10:17:46 -04:00
rob gay
bb7a6404b3 More clean-up around initialization of audio MaxChannels/GetPlatformSettings
- Add GetMaxSources() that provides actual max number of sources (internal MaxSources + NumStoppingSources)
- More clean-up around platform implementation for GetPlatformSettings
#rb aaron.mcleran
[FYI] ethan.geller


#ROBOMERGE-OWNER: rob.gay
#ROBOMERGE-AUTHOR: rob.gay
#ROBOMERGE-SOURCE: CL 7675366 via CL 7681898
#ROBOMERGE-BOT: (v382-7680231)

[CL 7681899 by rob gay in Main branch]
2019-08-01 10:17:25 -04:00
louisphilippe seguin
7baec5b8b6 Network emulation PIE settings
* Set custom profile when no current profile have been assigned yet.
* Downgrade warning to log when NetEmulation profile is not found in configs

#rb trivial
[FYI] Bob.Tellez


#ROBOMERGE-SOURCE: CL 7674691 via CL 7680505
#ROBOMERGE-BOT: (v382-7680231)

[CL 7680650 by louisphilippe seguin in Main branch]
2019-08-01 06:50:07 -04:00
patrick enfedaque
75d8f2943c Landscape Layers: Fix Mouse jumping when using Flatten tool
#jira UE-78070
#rb richard.malo
#rnx


#ROBOMERGE-SOURCE: CL 7673691 via CL 7678650
#ROBOMERGE-BOT: (v381-7673386)

[CL 7678716 by patrick enfedaque in Main branch]
2019-07-31 20:13:58 -04:00
louisphilippe seguin
844e0509f2 Unshelved from pending changelist '7678487':
Network Emulation in PIE
- Added ability to set network emulation in the editor Play launch options
- When enabled you can set minimum, maximum latency and packet loss to incoming and outgoing traffic
- Has a dropdown box populated with preconfigured network profiles (list configured in UNetworkSettings)
- Works on clients and servers (defaults to Server only)
- Works with "Run Under One Process" and when launching an external process

NetDriver
- Latency and packet loss can now be applied to incoming packets
- Network emulation console commands now prefixed by "NetEmulation". Ex: "NetEmulation PktEmulationProfile=Bad"
-Open URL's can now add netemulation commands. Ex: "Open 127.0.0.1?PktEmulationProfile=Bad"

[RN] major engine/network
#rb Ryan.Gerleve, Jon.Nabozny



#ROBOMERGE-OWNER: louisphilippe.seguin
#ROBOMERGE-AUTHOR: louisphilippe.seguin
#ROBOMERGE-SOURCE: CL 7673622 via CL 7678640
#ROBOMERGE-BOT: (v381-7673386)

[CL 7678642 by louisphilippe seguin in Main branch]
2019-07-31 20:12:15 -04:00
max chen
4879ac568e Sequencer: Invoke transaction before importing objects
#jira UE-78170
#rb none

#ROBOMERGE-SOURCE: CL 7675449 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v381-7673386)

[CL 7675450 by max chen in Main branch]
2019-07-31 17:20:10 -04:00
max chen
fd3041db89 Sequencer: Paste onto selected object binding track
#jira UE-75853
#rb none

#ROBOMERGE-SOURCE: CL 7675093 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v381-7673386)

[CL 7675097 by max chen in Main branch]
2019-07-31 16:34:54 -04:00
bob tellez
986ead866b #UE4 Fix threading issue in concurrentsave
#ROBOMERGE-SOURCE: CL 7668386 via CL 7673033
#ROBOMERGE-BOT: (v380-7672804)

[CL 7673157 by bob tellez in Main branch]
2019-07-31 13:33:13 -04:00
bob tellez
97b86eed3c #UE4 Nonunity fix
#ROBOMERGE-SOURCE: CL 7664358 via CL 7671766
#ROBOMERGE-BOT: (v376-7668820)

[CL 7672093 by bob tellez in Main branch]
2019-07-31 12:11:04 -04:00
bob tellez
1d5b82d94c #UE4 Non-unity fix
#ROBOMERGE-SOURCE: CL 7663572 via CL 7671050
#ROBOMERGE-BOT: (v376-7668820)

[CL 7671194 by bob tellez in Main branch]
2019-07-31 11:46:59 -04:00
richard talbotwatkin
c0ef3053d2 Deprecated direct access to UStaticMesh::SourceModels, SectionInfoMap and OriginalSectionInfoMap.
Added new accessors for getting individual SourceModels, or the entire array.
#rb none
#jira none

#ROBOMERGE-SOURCE: CL 7668562 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v372-7473910)

[CL 7668565 by richard talbotwatkin in Main branch]
2019-07-31 03:40:45 -04:00
shaun kime
23ba359449 Merging CL #7660117: Making Niagara respond to exec events for particles
#rb chris.gagnon


#ROBOMERGE-SOURCE: CL 7662008 via CL 7666917
#ROBOMERGE-BOT: (v372-7473910)

[CL 7667205 by shaun kime in Main branch]
2019-07-30 21:16:22 -04:00
rex hill
1bb224e28d In use by any level content browser filter now checks more than one layer deep.
#rb none
#jira UE-78065


#ROBOMERGE-SOURCE: CL 7660692 via CL 7665277
#ROBOMERGE-BOT: (v372-7473910)

[CL 7665519 by rex hill in Main branch]
2019-07-30 21:04:04 -04:00
matt kuhlenschmidt
a2cbe7b9c0 non-unity
#ROBOMERGE-SOURCE: CL 7660019 via CL 7664870
#ROBOMERGE-BOT: (v372-7473910)

[CL 7665037 by matt kuhlenschmidt in Main branch]
2019-07-30 21:00:38 -04:00
matt kuhlenschmidt
5fe73cf8d3 Fix "Updating Grass Maps" notification appearing while dragging. This causes a loss of control over the drag
#ROBOMERGE-SOURCE: CL 7659973 via CL 7664868
#ROBOMERGE-BOT: (v372-7473910)

[CL 7665035 by matt kuhlenschmidt in Main branch]
2019-07-30 21:00:35 -04:00
max chen
ffd28a1c69 Sequencer: Added analytics events for record new sequence and record actor in sequencer.
#rb none
#jira UE-69001
#jira UE-68998

#ROBOMERGE-SOURCE: CL 7664505 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v372-7473910)

[CL 7664509 by max chen in Main branch]
2019-07-30 19:15:58 -04:00