Commit Graph

223211 Commits

Author SHA1 Message Date
sara schvartzman
283f87f1b7 Control Rig: Fix incorrect array default values when connected to reroute node
#jira UE-162826
#rb jack.cai
#preflight 631b5b15967ffc68fb21883d

[CL 21962237 by sara schvartzman in ue5-main branch]
2022-09-12 06:17:43 -04:00
Flo Schar
baec0f57ee DMX - Fix shortcut are not affecting fixture selected from the right hand panel of Fixture Patch, improve performance when duplicating fixture patches
#rb trivial
#jira UE-160478
#preflight 631f04f0ec5b0c765ff01d4c

[CL 21962215 by Flo Schar in ue5-main branch]
2022-09-12 06:13:58 -04:00
nick brett
29f9ab7cc7 [UE][FIX] Alt rotate does not work when simulating in PhAT and the mouse cursor is first clicked when hovering over a physics body
- Change FPhysicsAssetEditorEditMode::SimMousePress s.t. it only consumes input (returns true) when it has an effect.

[REVIEW] [at]Chris.Caulfield, [at]Thomas.Sarkanen
#rnx

[CL 21962082 by nick brett in ue5-main branch]
2022-09-12 05:55:38 -04:00
jaime cifuentes
7c54705729 BlendSpace, BlendSpaceUtilities : Added protection for the case where animations are deleted while running
#jira UE-162516
#rb thomas.sarkanen
#preflight 631ef09294758d0bf20e6c67

[CL 21962074 by jaime cifuentes in ue5-main branch]
2022-09-12 05:55:25 -04:00
Mattias Hornlund
a2c6a865bb Iris
- Implement support for flushing state before the network object representation is destroyed.
- Makes sure to flush all reliable attachements + optionally replicated state as well, if replicated state should be flushed an explicit copy/quantize will be done on final state. Once final state is obtained network code will no longer touch source data eliminating the need to keep the actor/source around so that it can finish replication.

#jira https://jira.it.epicgames.com/browse/UE-123247
#rb Peter.Engstrom
#preflight 631f0045ec5b0c765fed3c0b

[CL 21962060 by Mattias Hornlund in ue5-main branch]
2022-09-12 05:52:11 -04:00
Chris Varnsverry
3c4cb0932a - Fix build fail in FUniqueNetIdRail
#jira OI-3210 OI-3513
#preflight none

[CL 21962039 by Chris Varnsverry in ue5-main branch]
2022-09-12 05:49:24 -04:00
Peter Engstrom
60772b4904 Iris - FInternalNetSerializationContext adjustments.
#rnx
#preflight none
#rb mattias.hornlund

[CL 21961881 by Peter Engstrom in ue5-main branch]
2022-09-12 05:37:49 -04:00
Peter Engstrom
0c86b3cd72 Iris - InvalidConnectionId constant.
#rnx
#rb trivial
#preflight 631ef51d5b06877acb7954dc

[CL 21961652 by Peter Engstrom in ue5-main branch]
2022-09-12 05:20:20 -04:00
stephen holmes
6489ad102b Remove FSerializeFloatAsDoubleHack. This was straight forward as we were not seriliazling any floats currently just FReals as doubles.
#preflight 631b5475a20b67673be95e8f
#jira UE-159397

[CL 21961617 by stephen holmes in ue5-main branch]
2022-09-12 05:16:38 -04:00
charles derousiers
541f39e6b9 Fix CIS static analysis warning.
#rb none
#jira none
#preflight skip

[CL 21961613 by charles derousiers in ue5-main branch]
2022-09-12 05:16:21 -04:00
Richard Wallis
22360bd67a Fix for FIcnsImageWrapper not handling 24bit images. Affected the auto screen shot loading in the Project settings window. Should fix the FSlateTexture2DRHIRef::InitDynamicRHI crash we are seeing on macOS in the editor when opening that settings window. Add check in FSlateTexture2DRHIRef::InitDynamicRHI to catch source data size not large enough for copy operation.
#jira UE-153541
#review-21895098 @zack.neyland, @charles.bloom, @Mihnea.Balta
#preflight 631b327cd31788ea3a9561e3

[CL 21961611 by Richard Wallis in ue5-main branch]
2022-09-12 05:16:05 -04:00
Chris Varnsverry
b499dce823 - Make FUniqueNetId::GetTypeHash virtual
- Remove some unused/unnecessary friend functions
- Convert some others to virtual overrides.

#jira OI-3210 OI-3513
#review-21906900 @Rob.Cannaday @Sam.Zamani
#preflight 631a7563a60c539c98ae6634

[CL 21961557 by Chris Varnsverry in ue5-main branch]
2022-09-12 04:59:19 -04:00
dominik peacock
2fdbc8ee2f Remove usage of TStrongObjectPtr and minor refactors
#jira none
#rb none
#preflight 6318cb7c304480f8f81166a5
[FYI] Jason.Walter

[CL 21961535 by dominik peacock in ue5-main branch]
2022-09-12 04:54:55 -04:00
charles derousiers
48b4d5b0d2 Fix invalid check for platform with resolution higher than 2048.
#rb none
#jira none
#preflight skip
#[fyi] sebastien.hillaire

#ushell-cherrypick of 21890674 by Charles.deRousiers

[CL 21961513 by charles derousiers in ue5-main branch]
2022-09-12 04:52:42 -04:00
charles derousiers
94219b4ca9 Add Strata tile coord encoding on 8 bit on platform with resolutin which do not exceed 1080p.
This saves memory bandwidth during classification

#rb none
#jira none
#preflight 631781df2b7fe03eb6442427
#[fyi] sebastien.hillaire

#ushell-cherrypick of 21824572 by Charles.deRousiers

[CL 21961498 by charles derousiers in ue5-main branch]
2022-09-12 04:49:36 -04:00
charles derousiers
b954c03402 Fix invalid parameter pipping for Strata eye node.
#rb none
#jira none
#preflight skip
#[fyi] sebastien.hillaire

#ushell-cherrypick of 21807785 by Charles.deRousiers

[CL 21961450 by charles derousiers in ue5-main branch]
2022-09-12 04:34:18 -04:00
charles derousiers
bee54eba00 Enfore in shader SourceLength to be 0 for directional light.
Save 1 vgpr on prev gen console.

#rb none
#jira none
#preflight shaders
#[fyi] sebastien.hillaire
#[robomerge] 5.1

#ushell-cherrypick of 21740018 by Charles.deRousiers

[CL 21961448 by charles derousiers in ue5-main branch]
2022-09-12 04:34:10 -04:00
charles derousiers
e0fe73d0cb Reverting licensee custom version support for now, and it seems to randomly corrupt groom hair description archive.
#rb none
#jira none
#preflight 630f1a69f92416fb92b39c69
#[fyi] anousack.kitisa

#ushell-cherrypick of 21718182 by Charles.deRousiers

[CL 21961444 by charles derousiers in ue5-main branch]
2022-09-12 04:33:59 -04:00
David Harvey
1c15dd5844 Use a factory function instead of a typedef to create platform bundle source.
This allows additional logic, such as creating a different bundle source depending on how the game has been packaged etc.


#jira UE-146398
#rnx
#rb Justin.Marcus
#preflight 631ee5ae544fb584da4af54c

[CL 21961355 by David Harvey in ue5-main branch]
2022-09-12 04:22:19 -04:00
jon cook
e82227f107 Word replacement mapping for FName::NameToDisplayString
#rb Devin.Doucette
#preflight 631b48f7a60c539c98e28f87
#jira MH-7124

[CL 21961321 by jon cook in ue5-main branch]
2022-09-12 04:15:34 -04:00
wouter dek
517c4ca25d Make VSM clipmap CornerOffset relative and upgrade WorldCenter to 64-bit type to fix directional shadow LWC glitches
#jira ue-155125
#rb andrew.lauritzen
#preflight 631eded95b06877acb759720

[CL 21961247 by wouter dek in ue5-main branch]
2022-09-12 03:42:35 -04:00
Charles deRousiers
e3ab36d33e Fix crash when running hair iin forward with AA set to MSAA.
#rb none
#jira none
#preflight 631b978fd135b61bc57366fb

[CL 21960900 by Charles deRousiers in ue5-main branch]
2022-09-12 02:05:06 -04:00
Mieszko Zielinski
8518890a68 Renamed FProcessorDependencySolver::FOrderInfo to FMassProcessorOrderInfo and moved it to MassProcessingTypes.h to avoid including MassProcessorDependencySolver.h in MassProcessor.h for that one type.
#review-21918872
#preflight 631b3b74967ffc68fb1ae72b

[CL 21960888 by Mieszko Zielinski in ue5-main branch]
2022-09-12 01:57:01 -04:00
buildmachine
8848f52d54 Localization Automation using CL 21960266
[CL 21960767 by buildmachine in ue5-main branch]
2022-09-12 00:44:28 -04:00
jian ru
bcff242fc1 Fix a crash in nanite material visibility. Raster bin indices have to be translated before being used for array access.
[FYI] Graham.Wihlidal
#tests compiled and loaded a map with nanite meshes in an editor

[CL 21960735 by jian ru in ue5-main branch]
2022-09-12 00:14:09 -04:00