Commit Graph

272139 Commits

Author SHA1 Message Date
patrick boutot
10af53aa25 MVVM: Move rows code from ViewBindingListView.cpp to different cpp files. No behavior modifications.
#jira UE-130879
#rb zahra.nikbakht

[CL 30084941 by patrick boutot in ue5-main branch]
2023-12-04 11:45:38 -05:00
flo schar
ad111cab36 DMX - Fix UMovieSceneDMXLibrarySection::GetFixturePatches returns invalid instead of valid patches
#jira UE-201300

[CL 30084896 by flo schar in ue5-main branch]
2023-12-04 11:44:54 -05:00
jimmy andrews
d53671c8c2 For modeling Collision to Mesh tool, fix transforms of simple collision parts when Output Separate Meshes is enabled
#jira UE-201647
#rb rinat.abdrashitov

[CL 30084877 by jimmy andrews in ue5-main branch]
2023-12-04 11:44:24 -05:00
julien lheureux
caeaa7ad97 Keep a copy of the volume body outside of the physics scene when static to sidetrack locking issues
#rnx
#rb adrien.logut, huw.bowles

[CL 30084581 by julien lheureux in ue5-main branch]
2023-12-04 11:40:01 -05:00
roey borsteinas
32c67f6912 Water: fix multiple transactions registered when modifying the water spline metadata details. Additionally, moved the transaction scope inside SetValues to narrow down what changes are captured in the transaction.
#jira UE-201456
#rb brooke.hubert

[CL 30084566 by roey borsteinas in ue5-main branch]
2023-12-04 11:39:56 -05:00
roey borsteinas
eea9813c31 Splines: Scoped all spline detail transactions so that they only include the actual change and close the transaction before FComponentVisualizer::NotifyPropertiesModified.
#jira UE-201456
#rb brooke.hubert

[CL 30084170 by roey borsteinas in ue5-main branch]
2023-12-04 11:30:34 -05:00
marc audy
85cbdacb0d Fix C4702
#rnx
#jira

[CL 30084041 by marc audy in ue5-main branch]
2023-12-04 11:26:25 -05:00
patrick enfedaque
ab3bc69d6d LevelInstance
- Remove ShouldExport restriction (was added recently while enabling sub-selection but it doesn't cause issues) which was causing regression in Break Level Instance
- Prevent some operations (Break, Move, Create) when some Level Instances are selected that have selection parents (non-root selections)

#jira UE-201650
#rb Richard.Malo
#rnx

[CL 30083698 by patrick enfedaque in ue5-main branch]
2023-12-04 11:18:06 -05:00
marc audy
a5976376d7 Reenable C4702
[CL 30083566 by marc audy in ue5-main branch]
2023-12-04 11:15:17 -05:00
gerard martin
e1b564698c [Mutable] Fix LOD updates not working.
Broken in 30074696.

[REVIEW] [at]pere.rifa, [at]alexei.lebedev
#rnx
#rb alexei.lebedev, pere.rifa

[CL 30083520 by gerard martin in ue5-main branch]
2023-12-04 11:13:32 -05:00
geoffrey douglas
15bd43692b CameraCalibration: Add framework for launching a distortion calibration task asynchronously. Add stub for python neural-net distortion solver.
#rb jeremie.roy, simon.therriault
#jira UE-201747

[CL 30082942 by geoffrey douglas in ue5-main branch]
2023-12-04 10:59:04 -05:00
wouter dek
8fb3f24995 Fix messagebox not working in version selector due to missing resources in exe. Similar to CL 23287701.
#jira UE-200893

[CL 30082932 by wouter dek in ue5-main branch]
2023-12-04 10:58:57 -05:00
andrea botti
3597cc6867 [RemoteControl]
Better error in RC, both for the Editor and the API.

#rb jeremie.roy, Simon.Therriault

[CL 30082923 by andrea botti in ue5-main branch]
2023-12-04 10:58:52 -05:00
sebastien hillaire
452c344f11 Fixed sky light illuminance meter t owork correctly with exposure.
[CL 30082728 by sebastien hillaire in ue5-main branch]
2023-12-04 10:54:26 -05:00
sara schvartzman
3212f07ace Control Rig: Add Schematic Graph Panel
#jira UE-201716
#rb Helge.Mathee
#rnx

[CL 30082498 by sara schvartzman in ue5-main branch]
2023-12-04 10:49:54 -05:00
sebastien lussier
82eb8c5dee World Partition - HLOD: Refresh viewport when dragging the HLOD in editor min/max draw distance sliders
#rb JeanFrancois.Dube

[CL 30082283 by sebastien lussier in ue5-main branch]
2023-12-04 10:44:50 -05:00
florent guinier
5c30777c2d [NNE] NNERuntimeORTDml throw error when initializing on headless servers.
Problem:
If the plugin is enabled on hardware without DX12 NNERuntimeORTDml runtime throw error at init. We would rather not have the runtime registered at all in that case.

Solution:
Only register the runtime on DX12 capable hardware.

Test: Win64 Editor: smoke tests

#jira UE-201723
#rb nico.ranieri
#rnx

[CL 30082233 by florent guinier in ue5-main branch]
2023-12-04 10:43:35 -05:00
sebastien lussier
1b5e4ed92f Approximate Actors - Properly handle custom textures sizes options
#rb JeanFrancois.Dube

[CL 30082126 by sebastien lussier in ue5-main branch]
2023-12-04 10:41:21 -05:00
jamie dale
af92cc8fc2 Update UClass::HasProperty to take a const FProperty*
#rb Dan.OConnor, Ben.Zeigler
#rnx

[CL 30081743 by jamie dale in ue5-main branch]
2023-12-04 10:33:31 -05:00
AtariDreams
89d4952fe1 PR #10997: Optimize EnumHasAnyFlags
Rather than checking if a flag is set to manually negate it, we can xor it every time the button is toggled.
#jira UE-198337

[CL 30081491 by AtariDreams in ue5-main branch]
2023-12-04 10:28:05 -05:00
serge bernier
be908924da Delete slate post process render targets when they are not used after (n) frame.
[REVIEW] [at]Daren.Cheng, [at]benjamin.rouveyrol

[CL 30081438 by serge bernier in ue5-main branch]
2023-12-04 10:25:37 -05:00
patrick hardy
a1beac14cb LiveLinkHub: Support loading and saving the live link hub config to json.
#jira UE-197998, UE-198101, UE-197999
#rb jason.walter, jeremie.roy

[CL 30081377 by patrick hardy in ue5-main branch]
2023-12-04 10:24:11 -05:00
alex perez
ca2ef448e2 [AudioWidgets] Fixed LOCTEXT text conflict issues.
#jira UE-195334
#fyi rob.gay, aaron.mcleran

[CL 30081144 by alex perez in ue5-main branch]
2023-12-04 10:17:57 -05:00
dominik peacock
e2778a2e87 Auto add properties and objects in the All Clients view
#jira UE-201720

[CL 30081038 by dominik peacock in ue5-main branch]
2023-12-04 10:15:17 -05:00
ben marsh
3647ef962b Horde: Add a typed HTTP client for communicating with the Horde server. Removes boilerplate code for getting an access token, configuring request objects, and parsing responses. Synchronous for now.
[CL 30080857 by ben marsh in ue5-main branch]
2023-12-04 10:09:40 -05:00