Commit Graph

50276 Commits

Author SHA1 Message Date
ben marsh
0a40fa81fa LiveCoding: Tidy up console output.
#rb none
#jira

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: ben.marsh
#ROBOMERGE-SOURCE: CL 5350764 in //UE4/Release-4.22/... via CL 5364832
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim)

[CL 5381661 by ben marsh in Dev-Anim branch]
2019-03-13 09:52:54 -04:00
ben marsh
f7705e3530 LiveCoding: Suppress dev channel log messages from console. Add a new server log channel that they are written to instead.
#rb none
#jira UE-71257

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: ben.marsh
#ROBOMERGE-SOURCE: CL 5350628 in //UE4/Release-4.22/... via CL 5364828
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim)

[CL 5381660 by ben marsh in Dev-Anim branch]
2019-03-13 09:52:52 -04:00
ben marsh
3f08e60515 Change NatvisHelpers to use C7 debug info, so we don't require a separate PDB.
#rb none
#jira UE-71257

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: ben.marsh
#ROBOMERGE-SOURCE: CL 5350373 in //UE4/Release-4.22/... via CL 5364824
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim)

[CL 5381659 by ben marsh in Dev-Anim branch]
2019-03-13 09:52:51 -04:00
ben marsh
eef4ce3757 Move live coding settings back under the editor preferences window, since it's a user-specific thing.
#rb none
#jira UE-71126

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: ben.marsh
#ROBOMERGE-SOURCE: CL 5350227 in //UE4/Release-4.22/... via CL 5364819
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim)

[CL 5381658 by ben marsh in Dev-Anim branch]
2019-03-13 09:52:49 -04:00
jeanluc corenthin
dd434fda8f Fixed crash in static mesh operations from editor static mesh library
#jira UE-71150
#rb jeanmichel.dignard, richard.talbotwatkin, alexis.matte

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: jeanluc.corenthin
#ROBOMERGE-SOURCE: CL 5350222 in //UE4/Release-4.22/... via CL 5364815
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim)

[CL 5381657 by jeanluc corenthin in Dev-Anim branch]
2019-03-13 09:52:48 -04:00
ben marsh
f5d876907e LiveCoding: Add natvis helpers library to installed engine build.
#rb none
#jira UE-71242

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: ben.marsh
#ROBOMERGE-SOURCE: CL 5350018 in //UE4/Release-4.22/... via CL 5364810
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim)

[CL 5381656 by ben marsh in Dev-Anim branch]
2019-03-13 09:52:46 -04:00
julien stjean
ce6d22f2d3 Fixed UEditorStaticMeshLibrary::SetLodFromStaticMesh not copying the build settings.
Added the copy of the reduction setting and the source import file.

Also fixed a crash for when the function was called on a source mesh with a source lod where the lod doesn't have a mesh description or a raw mesh.

#jira UE-64016

#rb JeanMichel.Dignard

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: julien.stjean
#ROBOMERGE-SOURCE: CL 5349919 in //UE4/Release-4.22/... via CL 5364806
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim)

[CL 5381655 by julien stjean in Dev-Anim branch]
2019-03-13 09:52:45 -04:00
arciel rekman
af7a629ebb Vulkan: do not enable draw events unnecessarily.
#rb Rolando.Caloca
#jira none

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: arciel.rekman
#ROBOMERGE-SOURCE: CL 5349526 in //UE4/Release-4.22/... via CL 5364796
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim)

[CL 5381652 by arciel rekman in Dev-Anim branch]
2019-03-13 09:52:10 -04:00
ben marsh
3859ac96c8 Fix scraping of include paths from compiler if a non-english language pack is enabled. Take the system locale, user locale and VSLANG environment variable, and check for localized versions of the "Note: Including file" message.
#rb none
#jira UE-71191

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: ben.marsh
#ROBOMERGE-SOURCE: CL 5349224 in //UE4/Release-4.22/... via CL 5364792
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim)

[CL 5381651 by ben marsh in Dev-Anim branch]
2019-03-13 09:52:09 -04:00
richard wallis
e7425bdac8 Fix for looping while playing in reverse when playing audio through audio sinks - can't use audio sample sync when in reverse, we don't process audio samples with -ve rates.
#jira UE-71006
#rb michael.trepka

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: richard.wallis
#ROBOMERGE-SOURCE: CL 5349171 in //UE4/Release-4.22/... via CL 5364788
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim)

[CL 5381650 by richard wallis in Dev-Anim branch]
2019-03-13 09:52:08 -04:00
yuriy odonnell
1e997261b5 Fixed ray traced reflection material sorting shader dispatch size
Original fix by Evan Hart

#jira UE-71125
#rb Sebastien.Hillaire

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: yuriy.odonnell
#ROBOMERGE-SOURCE: CL 5348952 in //UE4/Release-4.22/... via CL 5364783
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim)

[CL 5381649 by yuriy odonnell in Dev-Anim branch]
2019-03-13 09:52:06 -04:00
jonas meyer
5b51726bd3 add missing #undef
[FYI] juan.canada
#rb none
#jira UE-71142

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: jonas.meyer
#ROBOMERGE-SOURCE: CL 5348914 in //UE4/Release-4.22/... via CL 5364779
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim)

[CL 5381648 by jonas meyer in Dev-Anim branch]
2019-03-13 09:52:05 -04:00
jonas meyer
5c12fa7897 When updating the instance transforms, UHierarchicalInstancedStaticMeshComponent would reallocate the instance buffers, that the vertex factor, FInstancedStaticMeshVertexFactory, has a pointer to.
Added MarkRenderStateDirty so its updated
#jira UE-71028
#rb michael.dupuis

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: jonas.meyer
#ROBOMERGE-SOURCE: CL 5348907 in //UE4/Release-4.22/... via CL 5364775
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim)

[CL 5381647 by jonas meyer in Dev-Anim branch]
2019-03-13 09:52:02 -04:00
martin wilson
f965a1512a Update blendspaces when animation markers change
#jira UE-69069
#rb Lina.Halper

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: martin.wilson
#ROBOMERGE-SOURCE: CL 5348780 in //UE4/Release-4.22/... via CL 5364768
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim)

[CL 5381646 by martin wilson in Dev-Anim branch]
2019-03-13 09:52:01 -04:00
rolando caloca
1a80cb9e5e UE4.22 - Fix perf warning
#rb Arciel.Rekman
#rnx
#jira

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: rolando.caloca
#ROBOMERGE-SOURCE: CL 5348675 in //UE4/Release-4.22/... via CL 5364764
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim)

[CL 5381645 by rolando caloca in Dev-Anim branch]
2019-03-13 09:51:59 -04:00
sorin gradinaru
fca14ba901 UE-70402 Mobile projects crash with Event Driven Loader disabled
#jira UE-70402
#iOS
#Android
#4.22
#rb Jack.Porter

- when running the editor, changing the EDL flag is not reflected in the cooker (it will continue with the value read when the editor started)

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: sorin.gradinaru
#ROBOMERGE-SOURCE: CL 5348553 in //UE4/Release-4.22/... via CL 5364763
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim)

[CL 5381644 by sorin gradinaru in Dev-Anim branch]
2019-03-13 09:51:58 -04:00
michael galetzka
7bd24322e9 Fix material update problems with particle component
#jira UE-68811
#rb uriel.doyon

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: michael.galetzka
#ROBOMERGE-SOURCE: CL 5348489 in //UE4/Release-4.22/... via CL 5364762
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim)

[CL 5381643 by michael galetzka in Dev-Anim branch]
2019-03-13 09:51:56 -04:00
charles derousiers
e9204c74a5 Fix ray position bias for transmissive material.
#jira UE-71198
#rb sebastien.hillaire

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: charles.derousiers
#ROBOMERGE-SOURCE: CL 5348390 in //UE4/Release-4.22/... via CL 5364761
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim)

[CL 5381642 by charles derousiers in Dev-Anim branch]
2019-03-13 09:51:55 -04:00
charles derousiers
f61a72b5a7 Fix shader compilation warning.
#rb sebastien.hillaire
[FYI] patrick.kelly
#jira none

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: charles.derousiers
#ROBOMERGE-SOURCE: CL 5348389 in //UE4/Release-4.22/... via CL 5364757
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim)

[CL 5381641 by charles derousiers in Dev-Anim branch]
2019-03-13 09:51:53 -04:00
richard wallis
deb4785f70 Fix for "Editing material after changing Decal Blend Mode may cause editor to crash". Flush rendering commands on UMaterial::PreEditChange() as realtime rendering editor viewport render has been enqueued and the decals FMeshDecalMeshProcessor::AddMeshBatch() logic tries to render FMeshDecalsEmissivePS before the shader map has been updated in UMaterial::PostEditChangeProperty().
#jira UE-70565
[FYI] Krzysztof.Narkowicz, Arne.Schober
#rb mark.satterthwaite

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: richard.wallis
#ROBOMERGE-SOURCE: CL 5348256 in //UE4/Release-4.22/... via CL 5364756
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim)

[CL 5381640 by richard wallis in Dev-Anim branch]
2019-03-13 09:51:51 -04:00
sorin gradinaru
8c2b6e99ff UE-66204 iOS and tvOS errors in Application Loader to Apple: 'Invalid Code Signing Entitlements' with iCloud
#jira UE-66204
#iOS
#4.22
#rb Jack.Porter

For distribution builds, the entitlements have a modified syntax comparing to the entitlements section from the mobileprovisioning file.
When signing the ipa, the iPhonePackeger uses the values from the mobileprovisioning file.
Adding filters to validate the entitlements before sending them as parameter for the codesign tool.

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: sorin.gradinaru
#ROBOMERGE-SOURCE: CL 5348200 in //UE4/Release-4.22/... via CL 5364755
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim)

[CL 5381639 by sorin gradinaru in Dev-Anim branch]
2019-03-13 09:51:50 -04:00
chris gagnon
edcb52661c Used the defered method of updating the notification, to avoid ensuring about proper thread utilization. (Set Pending correctly)
#jira UE-71236
#rb Matt.Kuhlenschmidt
[CODEREVIEW] Matt.Kuhlenschmidt

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: chris.gagnon
#ROBOMERGE-SOURCE: CL 5364184 in //UE4/Dev-Editor/... via CL 5364192
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim)

[CL 5381627 by chris gagnon in Dev-Anim branch]
2019-03-13 09:51:32 -04:00
chris gagnon
6d9b21209f Used the defered method of updating the notification, to avoid ensuring about proper thread utilization.
#jira UE-71236
#rb Matt.Kuhlenschmidt
[CODEREVIEW] Matt.Kuhlenschmidt

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: chris.gagnon
#ROBOMERGE-SOURCE: CL 5364176 in //UE4/Dev-Editor/... via CL 5364178
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim)

[CL 5381626 by chris gagnon in Dev-Anim branch]
2019-03-13 09:51:30 -04:00
ethan geller
4564098b25 #jira UE-71384 fix for nullptr deref on shutdown.
[FYI] aaron.mcleran

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: ethan.geller
#ROBOMERGE-SOURCE: CL 5363621 via CL 5363623 via CL 5364029 via CL 5364064
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim)

[CL 5381617 by ethan geller in Dev-Anim branch]
2019-03-13 09:51:15 -04:00
bart hawthorne
a0d6d5d27e Add logging of the network profile filename when a network profile is started
[FYI] ryan.gerleve, jon.nabozny
#rb none

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: bart.hawthorne
#ROBOMERGE-SOURCE: CL 5362995 via CL 5362998 via CL 5363571 via CL 5363583
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim)

[CL 5381582 by bart hawthorne in Dev-Anim branch]
2019-03-13 09:49:53 -04:00