yujiang wang
ca795d2842
StaticLighting: Check UnrealLightmass version against editor to ensure it is up-to-date and prompt for recompilation when needed
...
#preflight 6329d4756919ce3998724140
[CL 22095475 by yujiang wang in ue5-main branch]
2022-09-20 12:38:53 -04:00
jeremie roy
76d95572d8
Fix VP Roles subsystem crash
...
#preflight 6329d0aff45b523a63025f91
#rb simon.therriault
#jira UE-164459
[CL 22095412 by jeremie roy in ue5-main branch]
2022-09-20 12:36:17 -04:00
benoit gadreau
3c0accf4f2
ensure that the control's gloal transform has been set before switching to the constraint local space
...
#jira none
#rb trivial
#preflight 6329cf5cf45b523a63023d24
[CL 22095401 by benoit gadreau in ue5-main branch]
2022-09-20 12:35:50 -04:00
zack neyland
0b8f505ea9
For Mac InstallBuilds don't add in the -architecture flag for UBT, instead fall back to the default setting (x64_86). This will resolve an issue where the .precompile files are looked for in the wrong directory (arm64). This is not a long term solution, in the future we'll need to determine the arch the install build was built for and use that to add the appropriate arch flags.
...
#jira UE-163326
#preflight none
#rb none
[CL 22095377 by zack neyland in ue5-main branch]
2022-09-20 12:35:25 -04:00
flo schar
0e616eefaf
DMX - Fix a crash when Pixel Mapping Modulator outputs an array that is smaller than the input array
...
#jira UE-158907
#rb Dominik.Peacock
#preflight 6329d08bf45b523a63025bcd
[CL 22094741 by flo schar in ue5-main branch]
2022-09-20 11:52:36 -04:00
danny couture
512802456f
Remove return on void function
...
#rb Andriy.Tylychko
#preflight 6329d8a10a4ad044de9a529d
[CL 22094684 by danny couture in ue5-main branch]
2022-09-20 11:51:02 -04:00
jimmy andrews
0ce18de623
Fix symmetry detection for scaled-up meshes, by making error tolerances also scale
...
#jira UE-159448
#rb david.hill
#preflight 63291c3eb40000c8f0456d1e
[CL 22094673 by jimmy andrews in ue5-main branch]
2022-09-20 11:50:38 -04:00
flo schar
bc9fe6dfd8
DMX - Undo now works as expected when deleting Pixel Mapping Renderer Components
...
#jira UE-163239
#rb Dominik.Peacock
#preflight 6329cdb1331ace46b50ce000
[CL 22094665 by flo schar in ue5-main branch]
2022-09-20 11:50:26 -04:00
Andriy Tylychko
4a6985cfbe
Deprecated all global vars of thread-safe delegates from FCoreDelegates and replaced them by functions returning local static singleton.
...
thread-safe delegates are not zero-initializable and so can't be used as global vars because they are vulnerable to static initialization order fiasco.
#jira UE-163668
#rb steve.robb
#preflight 632462db3752284a3179ec02
[CL 22094531 by Andriy Tylychko in ue5-main branch]
2022-09-20 11:45:56 -04:00
jimmy andrews
2592cedea8
Make sculpt tools focus on the brush w/ 'F'
...
#jira UE-157392
#preflight 6328d3730a4ad044de452059
#rb david.hill
[CL 22094434 by jimmy andrews in ue5-main branch]
2022-09-20 11:41:41 -04:00
eric renaudhoude
6a59ffee73
ImgMedia: Preventative fix for gpu reader deadlock where we prevent locking during reader buffer pre-allocation.
...
#jira UE-161123
#rb tony.wong, ruslan.idrisov
#preflight 6329c528331ace46b50993cd
[CL 22094415 by eric renaudhoude in ue5-main branch]
2022-09-20 11:41:02 -04:00
jaime cifuentes
b7b822a75d
Fix for MyBlueprint Functions Drag & Drop, so it supports dragging pure functions on anim graph but blocks impure.
...
Aslo blocked all functions on StateMachine schema
#rb [at]thomas.sarkanen
#jira UE-131347
#preflight 6329c6d36919ce39986f2c99
[CL 22094391 by jaime cifuentes in ue5-main branch]
2022-09-20 11:40:34 -04:00
jaime cifuentes
c79f463e02
Fix for Undo/Redo not working on any BlendSpaceDetails Axis
...
#rb [at]thomas.sarkanen [at]danny.chapman
#jira UE-163940
#preflight 6329c704a236a029decddc9e
[CL 22094376 by jaime cifuentes in ue5-main branch]
2022-09-20 11:40:15 -04:00
flo schar
4f2537808c
DMX - Add sort options for all columns in the MVR Fixture List
...
#jira none
#rb Dominik.Peacock
#preflight 6329c67b331ace46b50add20
[CL 22094364 by flo schar in ue5-main branch]
2022-09-20 11:39:56 -04:00
benoit gadreau
d6a1908c70
follow the NumericValueChanged paradigm when pasting values + transaction
...
#jira UE-159365
#rb thomas.sarkanen
#preflight 6329bb63826e0c2fe945f50d
[CL 22094354 by benoit gadreau in ue5-main branch]
2022-09-20 11:39:48 -04:00
flo schar
0d349c3071
DMX - Fix MVR reimport creates new patches instead of using existing ones where feasible
...
#jira none
#rb Dominik.Peacock
#preflight 6329be34f87253e0210de8f6
[CL 22094337 by flo schar in ue5-main branch]
2022-09-20 11:39:33 -04:00
yohann dossantos
adb9f13530
Fix for regional issue (when using ',' as decimal separator) in the numeric and vector input in blueprint.
...
The regression was introduced a few weeks ago when fixing another bug.
The issue was that conversion functions (between float and string) using the current regionnal settings were introduced in the graph pins, but this kind of conversion is done in a lot of places and does not all support the different type of decimal separator ('.' or ','). So those conversion functions were not supporting the new format of decimal they were receiving.
Also, while the bug is mentionning issue with float, it was existing also for vector.
Bonus: remove a bit of duplicated code.
#jira UE-162993, UE-159512
#rb jamie.dale massimo.tristano patrick.boutot
#test In blueprint/niagara/material, played with node using float, vector, rotator, to ensure that everything was behaving as expected with 2 regional settings (english with '.' decimal separator, french with ',' separator).
Validated that the initial bug (selecting default value with the mouse but not changing it was adding an entry in the undo stack), was still fix.
#preflight 6329be440a4ad044de92d0c9
[CL 22094319 by yohann dossantos in ue5-main branch]
2022-09-20 11:38:57 -04:00
balazs toereki
4152a10d54
Datasmith Revit Exporter Decal related fixes
...
Issues fixed: missing decals on same surface upon export, missing decals on complex surfaces such as HermiteSplines, Decal clipping on big curvature surfaces in UE.
#jira UE-161315 UE-161310
#preflight 6329bd6e6919ce39986e2ca9
#rb JeanLuc.Corenthin
[CL 22094311 by balazs toereki in ue5-main branch]
2022-09-20 11:38:37 -04:00
catalin dragoiu
4ce5554a04
[Insights] Make csv files as the default option for exporting and importing tables.
...
#rb Ionut.Matasaru
#preflight 6329b74bf45b523a63fb9c5d
[CL 22094283 by catalin dragoiu in ue5-main branch]
2022-09-20 11:37:34 -04:00
semion piskarev
ec9219abe1
MeshModelingTools: Align the sensitivity of plane and uniform scaling gizmos.
...
#rb Jimmy.Andrews
#jira UE-155952
#preflight 6328d1369840225da22a68d5
[CL 22094271 by semion piskarev in ue5-main branch]
2022-09-20 11:37:15 -04:00
lucas dower
0ac5ddabcf
Fix for blend profile rename being reset when committing via clicking to lose focus
...
* No longer have to explicitly press Enter to commit to the name change.
#jira UE-158072
#rb thomas.sarkanen
#preflight 6329b9cd9840225da2638c0d
[CL 22094263 by lucas dower in ue5-main branch]
2022-09-20 11:37:06 -04:00
ionut matasaru
58193dab4c
PR #9577 : Added CORE_API to FComplexStatUtils struct for games usage (Contributed by slonopotamus)
...
#jira UE-164325
#rb trivial
#preflight 6329b39fa236a029decb156f
[CL 22094249 by ionut matasaru in ue5-main branch]
2022-09-20 11:36:39 -04:00
sara schvartzman
27c4e76652
Control Rig: Fix GetDependentAssets returning AssetData referencing function references instead of the asset itself
...
#jira UE-164184
#rb benoit.gadreau
#preflight 63298ccb9840225da2544339
[CL 22094222 by sara schvartzman in ue5-main branch]
2022-09-20 11:35:43 -04:00
chris constantinescu
b6da2a09b3
Retry save artifacts with device boot on first failure only.
...
#jira UE-161735
#preflight skip
#rnx
[CL 22094205 by chris constantinescu in ue5-main branch]
2022-09-20 11:35:25 -04:00
Charles deRousiers
28559fc994
Add UAV overlap for Strata dbuffer pass to avoid bubble.
...
#rb none
#jira none
#fyi sebastien.hillaire
#preflight 6329c9419840225da26827e2
[CL 22093608 by Charles deRousiers in ue5-main branch]
2022-09-20 11:15:19 -04:00