Commit Graph

17401 Commits

Author SHA1 Message Date
matt collins
878ec3a4ee Updates readback to not create/destroy stuff per emitter every frame.
Updated RHI api to support this.

#rb uriel.doyon
#jira UE-67361

#ROBOMERGE-OWNER: ryan.gerleve
#ROBOMERGE-AUTHOR: matt.collins
#ROBOMERGE-SOURCE: CL 4757618 via CL 4757619 via CL 4757891
#ROBOMERGE-BOT: ENGINE (Main -> Dev-Networking)

[CL 4757926 by matt collins in Dev-Networking branch]
2019-01-18 21:10:45 -05:00
aaron mcleran
ada9148bd7 Implementing BP and console command for setting max channels dynamically.
#rb Seth.Weedin

#ROBOMERGE-OWNER: ryan.gerleve
#ROBOMERGE-AUTHOR: aaron.mcleran
#ROBOMERGE-SOURCE: CL 4757450 via CL 4757452 via CL 4757454 via CL 4757455
#ROBOMERGE-BOT: ENGINE (Main -> Dev-Networking)

[CL 4757459 by aaron mcleran in Dev-Networking branch]
2019-01-18 18:49:38 -05:00
Jake Leonard
8c2db19630 Fix SetMulticastInterface to check IPAddress protocol before setting (like all the others do [merge issue]).
#Jira: trivial
#rnx
#rb: none

[CL 4757289 by Jake Leonard in Dev-Networking branch]
2019-01-18 18:30:43 -05:00
Jake Leonard
3379b45d4e Fix Android GetLocalHostAddr from stomping on address information when we're determining best address usage. Also prevents the invalid ALL|V4MAPPED flag from being attached to GAI queries.
#JIRA: UE-68731, UE-68732
#rb: jon.nabozny

[CL 4757233 by Jake Leonard in Dev-Networking branch]
2019-01-18 18:24:28 -05:00
Jon Nabozny
0e5869afea Fix bad merge of PanelWidget.h
#fyi Dan.Hertzka
#rb None
#jira None

[CL 4755683 by Jon Nabozny in Dev-Networking branch]
2019-01-18 16:45:02 -05:00
david hill
5d90c0808d Skeletal Reduction: Allow user to specify absolute vertex or triangle count.
#jira UE-66390

#ROBOMERGE-OWNER: ryan.gerleve
#ROBOMERGE-AUTHOR: david.hill
#ROBOMERGE-SOURCE: CL 4753891 via CL 4753895 via CL 4753897 via CL 4754539
#ROBOMERGE-BOT: ENGINE (Main -> Dev-Networking)

[CL 4755082 by david hill in Dev-Networking branch]
2019-01-18 16:08:22 -05:00
nick darnell
9e07f85ddd Fixing some build warnings from main.
#jira UE-68706
#jira UE-68707

#ROBOMERGE-OWNER: ryan.gerleve
#ROBOMERGE-AUTHOR: nick.darnell
#ROBOMERGE-SOURCE: CL 4753600 via CL 4753603 via CL 4754270
#ROBOMERGE-BOT: ENGINE (Main -> Dev-Networking)

[CL 4754498 by nick darnell in Dev-Networking branch]
2019-01-18 15:59:24 -05:00
dan hertzka
1be350842f Resolving robomerge block
--------------------------------------
- Undo/Redo now works again on properties of UserWidget instances in a UMG hierarchy (including the root widget)
- Added a couple WidgetTree static helpers for determining the child index of a PanelWidget that a given widget ultimately occupies (even if nested within other panels)

#rb Nick.Darnell

#ROBOMERGE-OWNER: ryan.gerleve
#ROBOMERGE-AUTHOR: dan.hertzka
#ROBOMERGE-SOURCE: CL 4753458 via CL 4753482 via CL 4754220
#ROBOMERGE-BOT: ENGINE (Main -> Dev-Networking)

[CL 4754239 by dan hertzka in Dev-Networking branch]
2019-01-18 15:56:54 -05:00
arne schober
34a3ae96f9 MN - The assert was invalid in this case because the material can be delayed deleted and used one more frame. Nevertheless there is an issue where the AsyncLoadingThread can enter at the same time and mess with the GlobalMap corrupting it and eventually causing a new Material using a deleted Map. (See UE-63799)
#RB Marcus.Wassmer
#jira UE-65263, UE-67338

#ROBOMERGE-OWNER: ryan.gerleve
#ROBOMERGE-AUTHOR: arne.schober
#ROBOMERGE-SOURCE: CL 4754186 in //UE4/Main/...
#ROBOMERGE-BOT: ENGINE (Main -> Dev-Networking)

[CL 4754204 by arne schober in Dev-Networking branch]
2019-01-18 15:54:43 -05:00
peter sauerbrei
403f3af466 disable advertising for TVOS
#jira UE-68514
#rb trivial

#ROBOMERGE-OWNER: ryan.gerleve
#ROBOMERGE-AUTHOR: peter.sauerbrei
#ROBOMERGE-SOURCE: CL 4753296 in //UE4/Main/...
#ROBOMERGE-BOT: ENGINE (Main -> Dev-Networking)

[CL 4753315 by peter sauerbrei in Dev-Networking branch]
2019-01-18 13:58:47 -05:00
bart hawthorne
f011c5f238 [CODEREVIEW] bart.hawthorne,jeff.williams
Only log the actor channel lmit reached warning once - this prevents log spam when the limit is reached

[FYI] brian.bekich

#ROBOMERGE-OWNER: ryan.gerleve
#ROBOMERGE-AUTHOR: bart.hawthorne
#ROBOMERGE-SOURCE: CL 4751129 via CL 4751179 via CL 4751180 via CL 4751188
#ROBOMERGE-BOT: ENGINE (Main -> Dev-Networking)

[CL 4751197 by bart hawthorne in Dev-Networking branch]
2019-01-18 10:40:26 -05:00
louisphilippe seguin
d8ca2e8622 Fix non-unity builds due to missing include directive
#rb brian.bekich

#ROBOMERGE-OWNER: ryan.gerleve
#ROBOMERGE-AUTHOR: louisphilippe.seguin
#ROBOMERGE-SOURCE: CL 4750866 via CL 4750868 via CL 4750871
#ROBOMERGE-BOT: ENGINE (Main -> Dev-Networking)

[CL 4750872 by louisphilippe seguin in Dev-Networking branch]
2019-01-18 10:14:19 -05:00
emil persson
907148502f More residency fixes
#jira UE-68525
#rb jian.ru rolando.caloca

#ROBOMERGE-OWNER: ryan.gerleve
#ROBOMERGE-AUTHOR: emil.persson
#ROBOMERGE-SOURCE: CL 4750828 in //UE4/Main/...
#ROBOMERGE-BOT: ENGINE (Main -> Dev-Networking)

[CL 4750842 by emil persson in Dev-Networking branch]
2019-01-18 10:11:40 -05:00
graeme thornton
5bdd512240 Refactoring of content encryption config to remove separate specification of non-UFS files, and instead allow a group to be marked as "staging time only". The asset manager should still see those encryption groups and allocate them chunks, then the staging code will force all the specified files into those chunks.
#ROBOMERGE-OWNER: ryan.gerleve
#ROBOMERGE-AUTHOR: graeme.thornton
#ROBOMERGE-SOURCE: CL 4750115 via CL 4750118 via CL 4750121 via CL 4750123
#ROBOMERGE-BOT: ENGINE (Main -> Dev-Networking)

[CL 4750138 by graeme thornton in Dev-Networking branch]
2019-01-18 07:22:23 -05:00
jon lietz
099de0812d Adding in null check
[at]Aaron.McLeran

#ROBOMERGE-OWNER: ryan.gerleve
#ROBOMERGE-AUTHOR: jon.lietz
#ROBOMERGE-SOURCE: CL 4749537 via CL 4749540 via CL 4749542 via CL 4749544
#ROBOMERGE-BOT: ENGINE (Main -> Dev-Networking)

[CL 4749545 by jon lietz in Dev-Networking branch]
2019-01-18 00:42:13 -05:00
ethan geller
801eb164e4 Fix -wreorder issue in MediaSoundComponent.cpp. #fyi bob.tellez, aaron.mcleran
#ROBOMERGE-OWNER: ryan.gerleve
#ROBOMERGE-AUTHOR: ethan.geller
#ROBOMERGE-SOURCE: CL 4749117 via CL 4749119 via CL 4749120 via CL 4749122
#ROBOMERGE-BOT: ENGINE (Main -> Dev-Networking)

[CL 4749123 by ethan geller in Dev-Networking branch]
2019-01-17 20:50:13 -05:00
ethan geller
45dfa6cb17 remove line disabling optimization in the audio mixer module. #jira none #fyi bob.tellez, aaron.mcleran
#ROBOMERGE-OWNER: ryan.gerleve
#ROBOMERGE-AUTHOR: ethan.geller
#ROBOMERGE-SOURCE: CL 4749089 via CL 4749092 via CL 4749093 via CL 4749094
#ROBOMERGE-BOT: ENGINE (Main -> Dev-Networking)

[CL 4749107 by ethan geller in Dev-Networking branch]
2019-01-17 20:44:05 -05:00
ethan geller
42be72d85d Remove flag to disable optimization in Engine.build.cs #fyi aaron.mcleran, bob.tellez
#ROBOMERGE-OWNER: ryan.gerleve
#ROBOMERGE-AUTHOR: ethan.geller
#ROBOMERGE-SOURCE: CL 4749067 via CL 4749069 via CL 4749072 via CL 4749079
#ROBOMERGE-BOT: ENGINE (Main -> Dev-Networking)

[CL 4749080 by ethan geller in Dev-Networking branch]
2019-01-17 20:37:50 -05:00
aaron mcleran
5684223bf8 Implement envelope following to media sound component.
#rb Ethan.Geller

#ROBOMERGE-OWNER: ryan.gerleve
#ROBOMERGE-AUTHOR: aaron.mcleran
#ROBOMERGE-SOURCE: CL 4748975 via CL 4748977 via CL 4748982 via CL 4748984
#ROBOMERGE-BOT: ENGINE (Main -> Dev-Networking)

[CL 4748988 by aaron mcleran in Dev-Networking branch]
2019-01-17 19:55:42 -05:00
aaron mcleran
ed7878cd8f Implementing cook-time analysis data
#rb Ethan.Geller

#ROBOMERGE-OWNER: ryan.gerleve
#ROBOMERGE-AUTHOR: aaron.mcleran
#ROBOMERGE-SOURCE: CL 4748946 via CL 4748948 via CL 4748951 via CL 4748954
#ROBOMERGE-BOT: ENGINE (Main -> Dev-Networking)

[CL 4748970 by aaron mcleran in Dev-Networking branch]
2019-01-17 19:53:03 -05:00
brian bekich
f94148b23b Cleaning up demo net driver includes
#rb ryan.gerleve

#ROBOMERGE-OWNER: ryan.gerleve
#ROBOMERGE-AUTHOR: brian.bekich
#ROBOMERGE-SOURCE: CL 4747422 via CL 4747427 via CL 4747434 via CL 4747457
#ROBOMERGE-BOT: ENGINE (Main -> Dev-Networking)

[CL 4747465 by brian bekich in Dev-Networking branch]
2019-01-17 17:06:29 -05:00
rex hill
6a8d03e5c0 Add media stat to track how many queued audio samples are waiting to play
#rb none

#ROBOMERGE-OWNER: ryan.gerleve
#ROBOMERGE-AUTHOR: rex.hill
#ROBOMERGE-SOURCE: CL 4747408 via CL 4747417 via CL 4747424 via CL 4747429
#ROBOMERGE-BOT: ENGINE (Main -> Dev-Networking)

[CL 4747433 by rex hill in Dev-Networking branch]
2019-01-17 17:05:44 -05:00
ethan geller
0badedb598 #ROBOMERGE-OWNER: ryan.gerleve
#ROBOMERGE-AUTHOR: ethan.geller
#ROBOMERGE-SOURCE: CL 4747259 via CL 4747270 via CL 4747281 via CL 4747301
#ROBOMERGE-BOT: ENGINE (Main -> Dev-Networking)

[CL 4747331 by ethan geller in Dev-Networking branch]
2019-01-17 17:00:20 -05:00
Brian Bekich
7945cf2288 Prevent destruction of level script actors by channels closing on the client
#jira UE-64195
#rb ryan.gerleve

[CL 4747160 by Brian Bekich in Dev-Networking branch]
2019-01-17 16:49:04 -05:00
Brian Bekich
9e5d0f6be3 Handle incorrect previous values passed to rep notifies for structs when all of the members do not change in the same frame
#jira UE-67695
#rb ryan.gerleve

[CL 4747117 by Brian Bekich in Dev-Networking branch]
2019-01-17 16:46:55 -05:00