Commit Graph

1172 Commits

Author SHA1 Message Date
Lauren Barnes
b4b7f96557 UEdMode initial implementation and handling by FEdModeManager
#jira UETOOL-1722
#rb none
#rnx
#fyi Ryan.Schmidt

[CL 8614167 by Lauren Barnes in Dev-Editor branch]
2019-09-10 12:01:07 -04:00
Chris Gagnon
6f65d35a7a Merging //UE4/Dev-Main to Dev-Editor (//UE4/Dev-Editor) in prep for copy up
#rb none

[CL 8563299 by Chris Gagnon in Dev-Editor branch]
2019-09-06 19:11:19 -04:00
marc audy
e519adae91 Clean up AActor::GetComponents API. GetComponentsByClass was intended only for blueprints. The BP version has been renamed K2_GetComponentsByClass and made private, while the C++ GetComponentsByClass has been deprecated. A new non-templated GetComponents function has been added that takes a UActorComponent subclass and populates a passed in array with UActorComponents of that subclass.
#jira UE-79819
#rb Michael.Noland


#ROBOMERGE-SOURCE: CL 8503321 via CL 8503761
#ROBOMERGE-BOT: (v406-8472469)

[CL 8509319 by marc audy in Main branch]
2019-09-05 15:45:22 -04:00
ben marsh
102b2a4930 Allow overriding the shared DDC path via a command line option (-SharedDataCachePath=...).
#jira


#ROBOMERGE-SOURCE: CL 8498023 via CL 8501495
#ROBOMERGE-BOT: (v406-8472469)

[CL 8505402 by ben marsh in Main branch]
2019-09-05 11:42:07 -04:00
chris babcock
db12bcf8a7 Fix Android version checks in BaseDeviceProfiles.ini for Android 10
#jira UE-79655
#ue4
#android
#rb Brandon.Schaefer

#ROBOMERGE-SOURCE: CL 8386587 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v406-8472469)

[CL 8498151 by chris babcock in Main branch]
2019-09-04 15:58:14 -04:00
Max Chen
61603c83e4 Merging //UE4/Dev-Main to Dev-Editor (//UE4/Dev-Editor) at CL#8390086
#rb none

[CL 8393238 by Max Chen in Dev-Editor branch]
2019-09-01 02:03:35 -04:00
Alexis Matte
907a88c608 Add an option to allow compute normals to use weight by area and angle.
#jira UE-79195
#rb jimmy.andrews
#rn Add an fbx option to allow compute normals to use weight by area and angle for both staticmesh and skeletalmesh. Add also a staticmesh build options for the feature.

[CL 8364158 by Alexis Matte in Dev-Editor branch]
2019-08-28 15:15:21 -04:00
sebastien hillaire
0255b83449 Updated basescalability to haver vall variaible set for each level (did not know that other variable were not reset when swtiching level)
#rb none


#ROBOMERGE-SOURCE: CL 8325365 via CL 8357720
#ROBOMERGE-BOT: (v401-8057353)

[CL 8358942 by sebastien hillaire in Main branch]
2019-08-27 21:15:16 -04:00
dmitriy dyomin
408ed6cff6 Added mobile specific, simplified SkyAtmosphere scalability settings
#ROBOMERGE-SOURCE: CL 8325290 via CL 8357706
#ROBOMERGE-BOT: (v401-8057353)

[CL 8358931 by dmitriy dyomin in Main branch]
2019-08-27 21:14:14 -04:00
dmitriy dyomin
dc2320a19b Prefer D24_S8 for scene depth on Vulkan Android
#ROBOMERGE-SOURCE: CL 8224109 via CL 8224110 via CL 8230144
#ROBOMERGE-BOT: (v401-8057353)

[CL 8230881 by dmitriy dyomin in Main branch]
2019-08-23 12:08:25 -04:00
maxwell hayes
fcabd6478a Seperating iOS and Mac backends (addition of AudioMixerPlatformCoreAudio)
#rb Aaron.McLeran


#ROBOMERGE-SOURCE: CL 8202071 via CL 8202112 via CL 8208680
#ROBOMERGE-BOT: (v401-8057353)

[CL 8208737 by maxwell hayes in Main branch]
2019-08-22 00:20:06 -04:00
steve smith
9812796305 OpenXR Input refresh, first pass (unshelved reviewed work by Jules).
#jira UE-78917
#rb jules.blok steve.smith ryan.vance
#lockdown Nick.Whiting

#ROBOMERGE-SOURCE: CL 8196325 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v401-8057353)

[CL 8196330 by steve smith in Main branch]
2019-08-21 17:00:16 -04:00
chris varnsverry
f564a4cb73 Make MaxActiveDownloads configurable
[at]Michael.Kirzinger [at]Thomas.Ross


#ROBOMERGE-SOURCE: CL 8130597 via CL 8130603 via CL 8133879
#ROBOMERGE-BOT: (v401-8057353)

[CL 8160214 by chris varnsverry in Main branch]
2019-08-21 09:37:24 -04:00
Max Chen
719222de61 Merging //UE4/Dev-Main to Dev-Editor (//UE4/Dev-Editor)
#rb none

[CL 8153426 by Max Chen in Dev-Editor branch]
2019-08-21 00:20:50 -04:00
Gines Hidalgo
d751ad2d5f #jira UETOOL-1721
Enhacement JIRA UETOOL-1721: Introduced the capability to load/save/remove Editor UI Layouts, so that the user can customize the Editor and save/share it accross machines or people.
Additional enhancements: Re-loading a layout no longer requires the whole editor to restart. Instead, only the tabs are closed and re-populated (only creating a small "flash" in the editor rather than restarting it).
Previous Editor bugs fixed:
 - Bug 1: AssetEditorToolkit.cpp::FAssetEditorToolkit::RestoreFromLayout was wrongly saving the layout in GEditorIni rather than GEditorLayoutIni.
 - Bug 2: When the layout is saved, the instance ID of the custom toolkits was being saved as well. Given that this number keep increasing after each custom tab is created (no matter if the previous ones were already closed), the editor will keep thinking that the loaded layout is no longer the currrent layout. Fix in TabManager.h::FTabId::ToString().
 - Bug 3: FLayoutSaveRestore::SaveToConfig was taking as input argument FString rather than const FString&.
#rb rex.hill, chris.gagnon

[CL 8129300 by Gines Hidalgo in Dev-Editor branch]
2019-08-20 15:18:28 -04:00
jack porter
ad4f135bfa Missed file setting minimum iOS version to 11
#jira UE-78649
#jira UE-78885
#rb none
#lockdown Cristina.Riveron

#ROBOMERGE-SOURCE: CL 8090681 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v401-8057353)

[CL 8090688 by jack porter in Main branch]
2019-08-16 09:31:53 -04:00
david ratti
d1f754b2d5 added PacketSimulationProfile.Off setting for convenience in making toggleable hotkeys
#rnx


#ROBOMERGE-SOURCE: CL 8029764 via CL 8041661
#ROBOMERGE-BOT: (v400-8057353)

[CL 8062494 by david ratti in Main branch]
2019-08-15 13:49:43 -04:00
sebastien hillaire
593bd2729c Fixed wrong scaslability variable name.
#rb none
[FYI] dmitriy.dyomin


#ROBOMERGE-SOURCE: CL 8020067 via CL 8027702
#ROBOMERGE-BOT: (v400-8057353)

[CL 8062412 by sebastien hillaire in Main branch]
2019-08-15 13:46:27 -04:00
krzysztof narkowicz
c3f806ef7b New SkyAtmosphere component CLs in FN
Merging using //Fortnite/Main/_to_/UE4/Dev-Rendering
#rb none

Also tested on mobile with Dmitriy.
Improvement and optimisation pending with https://docs.google.com/document/d/17fBBGX_cP9YARfiBU3P9BIElOo2m6IpqJhRXOZvzXa0/edit#heading=h.tuqnyahzdlw8

Integrated / edtigrated CLs are
7555515
7559183
7565353
7577376
7593568
7624000
7785404
7785501
7839046
7861664
7949251
7949481
7951875
7973183


#ROBOMERGE-OWNER: krzysztof.narkowicz
#ROBOMERGE-AUTHOR: sebastien.hillaire
#ROBOMERGE-SOURCE: CL 8020041 via CL 8027701
#ROBOMERGE-BOT: (v400-8057353)

[CL 8062409 by krzysztof narkowicz in Main branch]
2019-08-15 13:46:05 -04:00
Jamie Dale
4131da8bf5 Enable collapsing for identical strings in the categories localization target
#jira
#fyi Michelle.Zhao
#rnx

[CL 8041593 by Jamie Dale in Main branch]
2019-08-14 15:27:28 -04:00
jamie dale
5329da7c61 Update UE4 translations to use zh-Hans for Simplified Chinese
#jira UE-78902
[FYI] Michelle.Zhao
#rb none
#rnx

#ROBOMERGE-SOURCE: CL 8031021 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v398-8029740)

[CL 8031022 by jamie dale in Main branch]
2019-08-14 11:01:42 -04:00
chris babcock
9b73c13317 Add Samsung S10 and S10e to mobile phones resolutions
#jira UE-71988
#ue4
#android
[FYI] Jack.Porter
#rb John.Mauney

#ROBOMERGE-SOURCE: CL 7936172 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v391-7919777)

[CL 7936175 by chris babcock in Main branch]
2019-08-09 13:35:23 -04:00
dmitriy dyomin
a59fb0ac32 Use GL_QCOM_shader_framebuffer_fetch_noncoherent extension on supported devices for better GPU performance
Remove shader_framebuffer_fetch exception for Adreno51x devices (old drivers issue)


#ROBOMERGE-SOURCE: CL 7785313 via CL 7785314 via CL 7785377
#ROBOMERGE-BOT: (v386-7774470)

[CL 7785387 by dmitriy dyomin in Main branch]
2019-08-06 03:50:54 -04:00
Max Chen
e4d4965491 Merging //UE4/Dev-Main to Dev-Editor (//UE4/Dev-Editor)
#rb none

[CL 7774443 by Max Chen in Dev-Editor branch]
2019-08-05 15:48:51 -04:00
dmitriy dyomin
8ceec0a471 Fixed: Shimmering main menu when packaging Match3 for Android Vulkan
#jira UE-78328
#rb none

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

[CL 7734234 by dmitriy dyomin in Main branch]
2019-08-05 07:53:25 -04:00