Commit Graph

246896 Commits

Author SHA1 Message Date
mikko mononen
28bbc001af StateTree: Handle nodes with instance subobjects.
#preflight 642d643eda7f958370d22791

[CL 24926775 by mikko mononen in ue5-main branch]
2023-04-05 09:28:17 -04:00
kiaran ritchie
28b8dd4c4d Fixes Control Rig crash when adding animation channel control.
#rb halfdan.ingvarsson
#JIRA https://jira.it.epicgames.com/browse/MH-9077
#preflight https://horde.devtools.epicgames.com/job/642c96dbf376ab43d2941751

[CL 24926750 by kiaran ritchie in ue5-main branch]
2023-04-05 09:27:46 -04:00
Charles deRousiers
88647d2a4f Remove duplicated tile data.
#rb none
#jira none
#preflight shaders

[CL 24926500 by Charles deRousiers in ue5-main branch]
2023-04-05 09:02:54 -04:00
sara schvartzman
dbe44d024c Control Rig: Fix initial transforms not applying correctly on controls
#jira UE-182007
#rb helge.mathee
#preflight https://horde.devtools.epicgames.com/job/642d563fc6769c6082c0c8db

[CL 24926480 by sara schvartzman in ue5-main branch]
2023-04-05 09:00:32 -04:00
bryan sefcik
4a6e69a369 Added more tests to the JsonTracer unit tests.
Fixed some potential issues where the parent or span id wasn't what was expected.

#preflight 642ce19c6a37fb35e963b474

[CL 24926420 by bryan sefcik in ue5-main branch]
2023-04-05 08:54:27 -04:00
bill henderson
fb3ff4f5e1 Fix CIS uninitialized data
#rb trivial
#preflight 642d4f68d6069e71b154e33e
#jira UE-179325

[CL 24926368 by bill henderson in ue5-main branch]
2023-04-05 08:50:48 -04:00
peter engstrom
4260085021 Iris - Offset poll frame when adding new objects to a specific interval to spread them out across frames, leading to more stable CPU times for polling.
Note that there's no rebalancing code so as objects get out of scope and new objects are created an inbalance may occur eventually.

#preflight 642d42fdda7f958370c7567b
#rnx
#rb mattias.hornlund

[CL 24926362 by peter engstrom in ue5-main branch]
2023-04-05 08:50:34 -04:00
jeanfrancois dube
237c4adada World Partition Class Descriptors: don't create class descriptors for newly created Blueprints and fix how we handle loaded ones.
#rb patrick.enfedaque
#preflight 6425c7fa2a0b706ac62e366d

[CL 24926354 by jeanfrancois dube in ue5-main branch]
2023-04-05 08:50:26 -04:00
mieszko zielinski
4c423bab48 Tiny ISM component change required to push LWIxMass forward.
#preflight 642d1f8a6a37fb35e97184bc

[CL 24926290 by mieszko zielinski in ue5-main branch]
2023-04-05 08:46:35 -04:00
Steve Robb
43654190d5 Defaulted the special member functions in TOrientedEntity to avoid Clang 16 warnings.
#rb none
#jira none
#preflight none
#fyi david.lesage

[CL 24926219 by Steve Robb in ue5-main branch]
2023-04-05 08:37:11 -04:00
Steve Robb
1641ae0fe6 Fixed mismatched copy constructors/assignments in UE::CADKernel::FParameterValue and UE::CADKernel::FParameter.
#rb none
#jira none
#preflight none
#fyi david.lesage

[CL 24926187 by Steve Robb in ue5-main branch]
2023-04-05 08:33:08 -04:00
Steve Robb
fe4a608311 Removed redundant copy constructors from mu::vec* which were warning due to missing copy assignment operators.
#rb none
#jira none
#preflight 642d60efda7f958370cee70e

[CL 24926156 by Steve Robb in ue5-main branch]
2023-04-05 08:27:10 -04:00
Sebastien Hillaire
5cbd073d3e Fixed Strata material preview on nodes to account for the sub strata tree from the previewed node only.
this fixed material function input / output, reroute nodes and everything in between that is not directly connected to FrontMaterial.

#rb none
#preflight https://horde.devtools.epicgames.com/job/642d61708f078cc703e628f2
#fyi charles.derousiers

[CL 24926071 by Sebastien Hillaire in ue5-main branch]
2023-04-05 08:13:43 -04:00
Steve Robb
2c24de50e2 Made FSequencerSectionPainter non-copyable to prevent deprecation warnings in compiler-generated special member functions.
#rb none
#jira none
#preflight none

[CL 24925867 by Steve Robb in ue5-main branch]
2023-04-05 07:43:00 -04:00
Steve Robb
400da72613 Disabled deprecation warnings in FToolBuilderState's special member functions.
#rb none
#jira none
#preflight none

[CL 24925864 by Steve Robb in ue5-main branch]
2023-04-05 07:42:19 -04:00
Steve Robb
403f68d33e Fixed FThreadSafeCounter64 copy constructor.
#rb none
#jira none
#preflight 642d562dda7f958370cd11ce

[CL 24925748 by Steve Robb in ue5-main branch]
2023-04-05 07:28:17 -04:00
Steve Robb
2fdf13e056 Changed mu::UntypedMeshBufferIteratorConst to use member initializers and compiler-generated moves and copies, to avoid warnings about mismatched copy constructors and assignments.
#rb none
#jira none
#preflight none

[CL 24925692 by Steve Robb in ue5-main branch]
2023-04-05 07:18:15 -04:00
Steve Robb
cc1b7efdb6 Removed duplicate assignment operator.
#rb none
#jira none
#preflight none

[CL 24925637 by Steve Robb in ue5-main branch]
2023-04-05 07:05:03 -04:00
Josie Yang
7208d9ee0b Fix skeletal mesh post load being called on game thread from Niagara when actual loading is still happening from the loading thread
#jira UE-180716
#rb Stu.McKenna, Simon.Tovey, danny.couture
#preflight 642b1d7f4d26bcd1eb151451

[CL 24925521 by Josie Yang in ue5-main branch]
2023-04-05 06:44:51 -04:00
Steve Robb
12c5198779 Changed FRenderTransform to use compiler-generated moves and copies, to avoid warnings about mismatched copy constructors and assignments.
#rb none
#jira none
#preflight none

[CL 24925454 by Steve Robb in ue5-main branch]
2023-04-05 06:34:14 -04:00
Steve Robb
3327908cb7 Changed FRHIRenderTargetView to use member initializers and compiler-generated moves and copies, to avoid warnings about mismatched copy constructors and assignments.
#rb none
#jira none
#preflight none

[CL 24925421 by Steve Robb in ue5-main branch]
2023-04-05 06:27:12 -04:00
Steve Robb
ad9d21f009 Disabled compiler-defined-copy-with-user-defined-copy warnings in third party headers.
#rb none
#jira none
#preflight 642d489389339023eb6ce7e3

[CL 24925310 by Steve Robb in ue5-main branch]
2023-04-05 06:14:03 -04:00
nebojsa dragosavac
cf61f383a1 Add QA test for models that contain empty tensor initializers in ONNX
#jira UE-182305
#preflight 642c7b0dda7f9583708cbe78
#rb ue-nni
#rnx

[CL 24925258 by nebojsa dragosavac in ue5-main branch]
2023-04-05 06:04:37 -04:00
Steve Robb
aa68cf6b2f Removed deprecated FKismetFunctionContext::bGeneratingCpp which was generating warnings.
#rb none
#jira none
#preflight none

[CL 24925156 by Steve Robb in ue5-main branch]
2023-04-05 05:49:49 -04:00
Steve Robb
18afed7c29 Made FKeyStructCustomization non-copyable to prevent deprecation warnings in compiler-generated special member functions.
#rb none
#jira none
#preflight 642d414f89339023eb6c1cd9

[CL 24925092 by Steve Robb in ue5-main branch]
2023-04-05 05:43:40 -04:00