Commit Graph

8654 Commits

Author SHA1 Message Date
PJ Kack
3a9ca4d2f9 Merging //UE4/Main @ 11112898 to //UE4/Dev-Core (dev-core-l0178)
#rb none

(ushell-p4-mergedown)

[CL 11113592 by PJ Kack in Dev-Core branch]
2020-01-26 11:33:22 -05:00
Jurre deBaare
73553e13a8 Gameplay Insights (Editor) changes:
- Introduce GameplayInsightsEditor module, allowing to compile non-editor functionality for UnrealInsights
- Enable GameplayInsights modules for UnrealInsights standalone project / tool
- Ensure that UnrealInsights load 'Default' phase plugins
- Split extendability for Major Insights tabs, into Configuration and Extenders
#rb Thomas.Sarkanen
#fyi Ionut.Matasaru

[CL 11104556 by Jurre deBaare in Dev-Core branch]
2020-01-24 09:34:25 -05:00
Martin Ridgers
76541cdbbc Restored auto-tracing on Windows if Insights is running.
#rb trivial
#rnx

[CL 11104065 by Martin Ridgers in Dev-Core branch]
2020-01-24 07:00:09 -05:00
Johan Berg
0dd221f1c2 GameplayInsights creates its own store.
#rb ionut.matasaru, thomas.sarkanen

[CL 11092096 by Johan Berg in Dev-Core branch]
2020-01-23 09:10:27 -05:00
ionut matasaru
55bd26b0d1 [Insights]
- Changed trace session management to use the new store API.
  - Removed Start/Stop recorder functionality.
  - Enabled TRACE_WITH_ASIO (will be removed in a following commit).
#rb none

[CL 11091497 by ionut matasaru in Dev-Core branch]
2020-01-23 05:11:17 -05:00
Jurre deBaare
528108f70c Unreal Insights channel filtering plugin:
- Adds a new tab to the Editor, "Trace Data Filtering"
- Tab allows for setting individual Trace Channel states, meaning whether or not they should output events
- Also allows for specifying Presets, defining groups of Channels that should be enabled together
- Enabled plugin for QAGame project
#rb Thomas.Sarkanen

[CL 11063734 by Jurre deBaare in Dev-Core branch]
2020-01-20 10:25:29 -05:00
alejandro aguilar
aa5cba7f8a PR #6420: Added code to support Sign in with apple. (Contributed by hoiogi)
#jira UE-85469

[CL 11042164 by alejandro aguilar in Main branch]
2020-01-17 08:39:22 -05:00
PJ Kack
5d37548746 UAT: Change the default DeployFolder name to be ShortProjectName-RootFolderName-UserName truncated to 50 characters.
This will deploy the same project from different streams or users to to different workspaces.
Use the DeployFolder instead of the ShortProjectName for all platforms.
The existing -deploy=DeployFolder argument can be used to specify any custom workspace name.

#rb jeff.newquist

[CL 11041420 by PJ Kack in Dev-Core branch]
2020-01-17 04:36:41 -05:00
Per Larsson
5072be14d8 AsyncLoading2: Strip Pak files from package data
#rb PJ.Kack

[CL 11041276 by Per Larsson in Dev-Core branch]
2020-01-17 04:12:20 -05:00
Martin Ridgers
6e27510b03 Copying //UE4/Dev-Tools-Staging at cl 11029060 to Dev-Main (//UE4/Dev-Main)
#rb none
#rnx


#ushell-cherrypick of 11029289 by JeanMichel.Dignard

[CL 11041266 by Martin Ridgers in Dev-Core branch]
2020-01-17 04:07:10 -05:00
michael lentine
53634fd03c Undo //Fortnite/Release-11.50/Engine/Source/... changelist 11035196
#rb none
[FYI] Ori.Cohen


#ROBOMERGE-OWNER: michael.lentine
#ROBOMERGE-AUTHOR: michael.lentine
#ROBOMERGE-SOURCE: CL 11040091 via CL 11040151 via CL 11040152 via CL 11040153
#ROBOMERGE-BOT: (v635-11031815)

[CL 11040154 by michael lentine in Main branch]
2020-01-17 00:28:47 -05:00
ori cohen
8fe4303a35 Change acceleration structures TMap to be a dense array. This requires the concept of a unique idx that is dense and thread safe. Helps with GT stalls when we do many Find operations on the map
#rb none
[FYI] Serge.Bernier, Max.WhiteHead


#ROBOMERGE-OWNER: ori.cohen
#ROBOMERGE-AUTHOR: ori.cohen
#ROBOMERGE-SOURCE: CL 11035196 via CL 11035255 via CL 11035465 via CL 11035505
#ROBOMERGE-BOT: (v633-10983880)

[CL 11035560 by ori cohen in Main branch]
2020-01-16 16:56:20 -05:00
brice criswell
c6252a293d HeadlessChaos : Solver Wake Events
- Unit tests for solver wake events.

#rb none


#ROBOMERGE-SOURCE: CL 11034044 via CL 11034084 via CL 11034414 via CL 11034432
#ROBOMERGE-BOT: (v633-10983880)

[CL 11034453 by brice criswell in Main branch]
2020-01-16 15:16:27 -05:00
ori cohen
c4ce78384d Fix MTD not being rotated in overlap queries
[FYI] Dave.Ratti Benn.Gallagher


#ROBOMERGE-SOURCE: CL 11029847 via CL 11031400 via CL 11031418 via CL 11031437
#ROBOMERGE-BOT: (v633-10983880)

[CL 11033736 by ori cohen in Main branch]
2020-01-16 14:35:31 -05:00
JeanMichel Dignard
7130d293f2 Merging main @ cl 11028482
#rb none
#rnx

[CL 11029060 by JeanMichel Dignard in Dev-Tools-Staging branch]
2020-01-16 10:24:38 -05:00
ionut matasaru
ad4babbd8a [Insights] Added code to allow only a single instance of the Session Browser process.
#rb none

[CL 11028250 by ionut matasaru in Dev-Core branch]
2020-01-16 07:28:54 -05:00
Steve Robb
53e4e28152 More informative assert message when trying to export a header which has no class data.
#rb none
#rnx
#jira none

[CL 11027914 by Steve Robb in Dev-Core branch]
2020-01-16 06:30:14 -05:00
CarlMagnus Nordin
6abf1ca5c9 Create one IoDispatcher container file per pak file and let the pak file system handle mounting of IoStores
#rb per.larsson

[CL 11027862 by CarlMagnus Nordin in Dev-Core branch]
2020-01-16 06:01:45 -05:00
chad garyet
7c5f99777c - add CompileChaos and -UseChaos flags
#rb ben.marsh

#ROBOMERGE-OWNER: robert.manuszewski
#ROBOMERGE-AUTHOR: chad.garyet
#ROBOMERGE-SOURCE: CL 10995988 via CL 10996038 via CL 10996040 via CL 10996048
#ROBOMERGE-BOT: CORE (Main -> Dev-Core) (v633-10983880)

[CL 11025805 by chad garyet in Dev-Core branch]
2020-01-16 01:03:05 -05:00
sergio gardeazabal
7f7e90cdb7 Fix for compilation errors using SN-DBS
#rb Mike.Beach, Markus.Breyer, Ryan.Durrand

#ROBOMERGE-OWNER: robert.manuszewski
#ROBOMERGE-AUTHOR: sergio.gardeazabal
#ROBOMERGE-SOURCE: CL 10995948 via CL 10995968 via CL 10995972
#ROBOMERGE-BOT: CORE (Main -> Dev-Core) (v633-10983880)

[CL 11025798 by sergio gardeazabal in Dev-Core branch]
2020-01-16 01:02:46 -05:00
graeme thornton
615b7060a3 RulesAssembly.GetTargetNameByType() will only consider primary targets
#ROBOMERGE-OWNER: robert.manuszewski
#ROBOMERGE-AUTHOR: graeme.thornton
#ROBOMERGE-SOURCE: CL 10991531 via CL 10991532 via CL 10991534 via CL 10991536
#ROBOMERGE-BOT: CORE (Main -> Dev-Core) (v633-10983880)

[CL 11015983 by graeme thornton in Dev-Core branch]
2020-01-15 22:32:52 -05:00
jeff newquist
b9dbf47740 Fix staging fail with Audio3D plugin enabled
#jira UE-85115
#rb josh.adams
#rnx
#lockdown cristina.riveron

#ROBOMERGE-OWNER: robert.manuszewski
#ROBOMERGE-AUTHOR: jeff.newquist
#ROBOMERGE-SOURCE: CL 10985341 in //UE4/Release-4.24/... via CL 10985349
#ROBOMERGE-BOT: CORE (Main -> Dev-Core) (v633-10983880)

[CL 11010257 by jeff newquist in Dev-Core branch]
2020-01-15 22:08:38 -05:00
derek ehrman
269f7f4233 Back out changelist 10983314
re-enabling chaos in 12.00 to avoid impacting downstream ... will redo it and deadend appropriately.



[FYI] Max.Whitehead, Michael.Lentine

#ROBOMERGE-OWNER: robert.manuszewski
#ROBOMERGE-AUTHOR: derek.ehrman
#ROBOMERGE-SOURCE: CL 10985069 via CL 10985152 via CL 10985168 via CL 10985197
#ROBOMERGE-BOT: CORE (Main -> Dev-Core) (v633-10983880)

[CL 11010007 by derek ehrman in Dev-Core branch]
2020-01-15 22:07:50 -05:00
derek ehrman
9e43ffb552 Disabling Chaos in 12.00
[FYI] Michael.Lentine

#rb trivial



#ROBOMERGE-OWNER: robert.manuszewski
#ROBOMERGE-AUTHOR: derek.ehrman
#ROBOMERGE-SOURCE: CL 10983314 via CL 10983319 via CL 10983323 via CL 10983325
#ROBOMERGE-BOT: CORE (Main -> Dev-Core) (v633-10983880)

[CL 11008958 by derek ehrman in Dev-Core branch]
2020-01-15 22:03:50 -05:00
jon nabozny
53952b18c1 Redo changes from CL-10931598 with crash fix and copyright update.
[FYI] Bob.Tellez
#rb None

#ROBOMERGE-OWNER: robert.manuszewski
#ROBOMERGE-AUTHOR: jon.nabozny
#ROBOMERGE-SOURCE: CL 10982730 via CL 10982741 via CL 10982750 via CL 10983012
#ROBOMERGE-BOT: CORE (Main -> Dev-Core) (v633-10983880)

[CL 11008716 by jon nabozny in Dev-Core branch]
2020-01-15 22:02:50 -05:00