Commit Graph

11730 Commits

Author SHA1 Message Date
patrick laflamme
baaeea90d5 Fixed a crash that happening when a an asset that was just added to source control was reverted and the package was unloaded.
#rb Luc.Eygasier
#preflight 6328cdd90a4ad044de4367f0

[CL 22088593 by patrick laflamme in ue5-main branch]
2022-09-20 00:46:40 -04:00
jeanmichel dignard
b0b5ebab90 FLODUtilities::BuildMorphTargets
- Added checks to narrow down on a crash.
- Keep the async flag until we're done with the morph targets so that they don't get garbage collected.

#jira UE-163931
#rb alexis.matte
#preflight 632893203752284a313a0843

[CL 22087023 by jeanmichel dignard in ue5-main branch]
2022-09-19 21:57:11 -04:00
jeanmichel dignard
3c3b751861 Removed unacceptable word from AssetRenameManager.h
#jira UE-158602
#preflight none
#rb none

[CL 22086989 by jeanmichel dignard in ue5-main branch]
2022-09-19 21:56:22 -04:00
sebastien lussier
f1d3663fa2 World Partition - HLOD
* Exposed proper Nanite generation settings: To control mesh fallback mesh generation, relative error is prefered over triangle percent
* Exposed "Support Ray Tracing" option
#preflight 632856a91c7511917a845ef2
#rb jeanfrancois.dube

[CL 22086940 by sebastien lussier in ue5-main branch]
2022-09-19 21:54:48 -04:00
luc eygasier
abfd119ea2 Enabled Uncontrolled Changelists by default.
Adds setting to disable uncontrolled changelists.

#rb Patrick.Laflamme
#jira UE-163064
#preflight 6328649b8c3def91aa6d9576
#changelist validated

[CL 22086935 by luc eygasier in ue5-main branch]
2022-09-19 21:54:38 -04:00
wouter burgers
286e2234bf SourceControl / UEFN: Remove / disable 'sync' context menu item in Content Browser.
For SourceControl providers that do not support individual file revisions, the 'Sync' option in the context menu of the Content Browser is misleading as it suggests only the selected files/folders will be synced, while in reality the sync is project wide. I've left the current behavior as the default behavior for all but Skein/Git of which I know they do not support individual file revisions.

#preflight 631ec93359159ac1832b5538

[CL 22086921 by wouter burgers in ue5-main branch]
2022-09-19 21:54:19 -04:00
krzysztof narkowicz
483c135f59 Lumen Mesh Cards - fixed bug forcing all cards to be placed on the bounding box of a mesh.
[CL 22084720 by krzysztof narkowicz in ue5-main branch]
2022-09-19 19:51:43 -04:00
luc eygasier
96f1950f5a Adds new uncontrolled changelist option to "Move Files To..." dialog.
#preflight 63284d978131e92d659351bf
#rb Patrick.Laflamme

#changelist validated

[CL 22084693 by luc eygasier in ue5-main branch]
2022-09-19 19:50:22 -04:00
ionut matasaru
2625566820 [Insights] Added "FVirtualWinApiHooks::" and ".*/ConcurrentLinearAllocator.*" to symbol filters.
#rb Catalin.Dragoiu
#preflight none

[CL 22084683 by ionut matasaru in ue5-main branch]
2022-09-19 19:49:59 -04:00
Dan Thompson
a41296f722 Updating Bink DDC version for encoder update in CL 22082773
#rb trivial
#preflight 6328eb0ff87253e021def47c

[CL 22083075 by Dan Thompson in ue5-main branch]
2022-09-19 18:30:53 -04:00
jack cai
c0eef12309 ControlRig: fix graphguard not considering CancelAction. If an action was cancelled, guard would no longer need to pop graph in dtor
+ also we should register the pin type

#jira UE-161145
#rb Sara.schvartzman
#preflight https://horde.devtools.epicgames.com/job/6321ffa88c478acecfc24acf

[CL 22066642 by jack cai in ue5-main branch]
2022-09-17 01:49:42 -04:00
robert millar
e6857190f2 Updating collection manager interface to use FSoftObjectPath for the paths of assets and objects rather than FName.
#jira UE-161932
#rb julien.stjean
#preflight https://horde.devtools.epicgames.com/job/6324e773f258fccf98de78cf

[CL 22064625 by robert millar in ue5-main branch]
2022-09-16 20:57:34 -04:00
catalin dragoiu
26d5cdd60e [Insights] Tasks will be selected in the TaskTable when a Timing Event that is contained in a task is selected in the Timing View.
#jira UE-141027
#preflight 632480558131e92d65e3da7b
#rb Ionut.Matasaru

[CL 22052354 by catalin dragoiu in ue5-main branch]
2022-09-16 12:47:56 -04:00
catalin dragoiu
6bd0923732 [Insights] Fix crash when importing very large files as tables.
#jira UE-163262
#rb Ionut.Matasaru
#preflight 632476fc8131e92d65e0579c

[CL 22052282 by catalin dragoiu in ue5-main branch]
2022-09-16 12:45:49 -04:00
wei liu
1ad7e6c79b Change the reflection capture's encoded HDR data to RG11B10 format.
Skip reflectio for simple translucent materials for both mobile forward and deferred.

Translucent materials fall back to single reflection or sky capture on mobile deferred if clustered reflection is disabled.

#jira none

#rb Dmitriy.Dyomin
#preflight 632427b88c3def91aa6545ed

[CL 22050309 by wei liu in ue5-main branch]
2022-09-16 11:33:36 -04:00
patrick laflamme
d9a04862a3 Added the 'Last Saved' and 'User' column to the changelist window.
- Implemented sorting and searching for the new columns.
  - Added a FUpdateStatus request to the source control provider when the user selects a changelist.  This gets the users that checked out the files along with extra file status.

Added support to enable/disable changelist window columns for 'Type', 'Last Saved' and 'User' columns and persisted the settings.
Added tooltips over the changelist row that display the content of a column. Useful when the value is clipped because the column is too small.
Added tooltips over the changelist row header.
Prevented creation of useless temporary strings in PerforceSourceControlOperations.cpp

#rb Patrick.Enfedaque
#preflight 6323613367163bf6600d4fc6

[CL 22040806 by patrick laflamme in ue5-main branch]
2022-09-15 18:45:09 -04:00
jack cai
fedab8a7cd controlrig: fix a place that was using GetStructCPPName, for control rig it should use GetUniqueStructTypeName
#rb Sara.schavartzman
#preflight tbd

[CL 22039967 by jack cai in ue5-main branch]
2022-09-15 18:08:49 -04:00
Yuriy ODonnell
6db429d732 ShaderMinifier - Add experimental CFLAG_RemoveDeadCode to run shader rewriting step that removes unused functions and types from shader source before compilation to improve compile times
#rb Jason.Nadro
#preflight 632363a75a44869a7d025585

[CL 22036834 by Yuriy ODonnell in ue5-main branch]
2022-09-15 15:45:20 -04:00
jake niman
d8831901d1 Fix a crash on shutdown with LowLevelTests- some threads still may be accessing FCommandLine right as we're tearing down so make sure it is set properly.
#jira UE-163284
#review-22032414 @stephen.ma @chris.constantinescu
#preflight 63236351c225e8be380d130d

[CL 22033267 by jake niman in ue5-main branch]
2022-09-15 14:01:41 -04:00
Florin Pascu
3cd6b6da4b - Checking the SF instead of the SP in the Vulkan Shader Compiler
#rb Dmitriy.Dyomin
#jira none
#preflight 6322c8498838676d108e02a1

[CL 22031695 by Florin Pascu in ue5-main branch]
2022-09-15 13:03:31 -04:00
marc audy
7b5bd0db56 [Backout] - CL22025456
[FYI] wei.liu
Original CL Desc
#lockdown JeanFrancois.Dube
-----------------------------------------------------------------
Change the reflection capture's encoded HDR data to RG11B10 format.

Skip reflectio for simple translucent materials for both mobile forward and deferred.

Translucent materials fall back to single reflection or sky capture on mobile deferred if clustered reflection is disabled.

#jira none

#[robomerge] 5.1

#rb Dmitriy.Dyomin
#preflight 6322cc7ae93a80888ce672a1

#ushell-cherrypick of 22025079 by Wei.Liu

[CL 22030745 by marc audy in ue5-main branch]
2022-09-15 12:07:37 -04:00
bob tellez
09bdded204 [Backout] - CL22010359
[FYI] jack.cai
Original CL Desc
-----------------------------------------------------------------
ControlRig: fix graphguard not considering CancelAction. If an action was cancelled, guard would no longer need to pop graph in dtor

+ also we should register the pin type

#jira UE-161145
#rb Sara.schvartzman
#preflight https://horde.devtools.epicgames.com/job/6321ffa88c478acecfc24acf

[CL 22030347 by bob tellez in ue5-main branch]
2022-09-15 11:49:26 -04:00
henrik karlsson
6739fe3d60 [Engine]
* Added UE_SCOPED_ENGINE_ACTIVITY in a couple places that takes noticable amount of time when starting monolith editor

#preflight skip
#rb self

[CL 22030271 by henrik karlsson in ue5-main branch]
2022-09-15 11:47:18 -04:00
aditya ravichandran
81f7e13375 SBasicFilterBar: Move styles references in Editor only configs to StarshipCoreStyle
#jira UE-162977
#rb Lauren.Barnes
#preflight 63221d1fa514fd1e37378e13

[CL 22030221 by aditya ravichandran in ue5-main branch]
2022-09-15 11:45:59 -04:00
Yuriy ODonnell
7e99cc870a ShaderMinifier - Ignore known resource types when looking for potential identifier names. Also add inclusion reason tracking for global variables.
#rb Jason.Nadro
#preflight 6322645eb602881e8e54709f

[CL 22029907 by Yuriy ODonnell in ue5-main branch]
2022-09-15 11:33:09 -04:00