tyson brochu
00a43bb11c
Fix an ensure that will always fire
...
#rnx
#rb jimmy.andrews
#jira UE-118988
[CL 16781238 by tyson brochu in ue5-main branch]
2021-06-24 22:46:57 -04:00
Ben Marsh
f672bd31a1
Horde: Use previous implementation of IsPortAvailable on Linux.
...
[CL 16781183 by Ben Marsh in ue5-main branch]
2021-06-24 22:31:45 -04:00
Ben Marsh
0b6e1428c9
Missing copyright notices.
...
[CL 16781040 by Ben Marsh in ue5-main branch]
2021-06-24 22:01:43 -04:00
Ben Marsh
f48053c6f1
Missing file for Blake3 hashes.
...
[CL 16781033 by Ben Marsh in ue5-main branch]
2021-06-24 22:00:56 -04:00
Michael Noland
9366100a2f
Core: Changed the verbosity of the unintialized reflected property check to an error for types in engine modules or UObject* properties
...
#codereview nick.darnell
#preflight 60d50948925f140001249b76
[CL 16780416 by Michael Noland in ue5-main branch]
2021-06-24 20:03:03 -04:00
alfaroh corneyiii
e7ce72b5e3
Added Trigger Coin node to Metasounds
...
#jira UE-118762
#rb aaron.mcleran
#preflight 60d4ffb01a886000012a1829
[CL 16780043 by alfaroh corneyiii in ue5-main branch]
2021-06-24 19:27:02 -04:00
robert seiver
faa9dc8307
Updated the directory path to the libraries to Unix
...
#rb Brandon.Schaefer
[CL 16779953 by robert seiver in ue5-main branch]
2021-06-24 19:18:14 -04:00
Jimmy Andrews
ab025c36cb
change the fracture AutoUV options: Remove the 'normal z' alpha attribute from the attributes we bake, and instead consistently bake a island present-or-not boolean mask to the alpha channel, with no gutter, so that artists can more easily do external processing on the uv islands and visualize the boundaries.
...
#rb tyson.brochu
#rnx
#preflight 60d4f98019a00600017754a0
[CL 16779853 by Jimmy Andrews in ue5-main branch]
2021-06-24 19:06:48 -04:00
Joe Kirchoff
b76676d7e5
UnrealBuildTool: Clean up VCToolChain functions that add command line args to be more consistently used, allowing more paths that can be relative to reduce command line length
...
Verified relative pathing works fine for msvc clang builds
Use .d files for dependencies when compiling with windows clang, instead of piping through cl-filter.exe
Use relative pathing for generated unity files
#rb Jonathan.Adamczewski
#rnx
#preflight 60d4de2bcaf0590001e62de9
#preflight 60d4efbccaf0590001e9af24
[CL 16779820 by Joe Kirchoff in ue5-main branch]
2021-06-24 19:00:31 -04:00
cedric caillaud
beba95d7d8
Chaos : Fix some of the compilation problem when compiling with PhysX
...
#fyi brett.miller, max.whitehead
#rb none
#jira none
[CL 16779720 by cedric caillaud in ue5-main branch]
2021-06-24 18:45:48 -04:00
greg richardson
6a67f32958
Control Rig: Added comments and pep8 formatting to Python Scripts
...
#jira None
#rb None
#fyi jack.cai
[CL 16779524 by greg richardson in ue5-main branch]
2021-06-24 18:29:06 -04:00
Dan Thompson
936df062d1
allegedly a temporary fix for native mac/linux editor while I set up a proper path.
...
[CL 16779185 by Dan Thompson in ue5-main branch]
2021-06-24 17:57:05 -04:00
geoff evans
f65083b680
IterationProfile: Updates to Telemetry:
...
* Shorten unit strings to make dashboard more readable
* Correct some incorrect timestamp/duration units
* Set DDC throughput counters to unit 'Bytes'
#jira none
#rb trivial
[CL 16779181 by geoff evans in ue5-main branch]
2021-06-24 17:56:58 -04:00
aaron mcleran
4872a154b2
Removing clamp on grain crossfade for constant RPM
...
#rb none
#lockdown Jeff.Farris
#ROBOMERGE-SOURCE: CL 16779056
#ROBOMERGE-BOT: (v836-16769935)
[CL 16779077 by aaron mcleran in ue5-main branch]
2021-06-24 17:47:51 -04:00
geoff evans
d598fc9718
IterationProfile: Capture new performance baselines for new horde resources
...
The new resource pool is 3x Xeon 6128 3.4Ghz w/ 64GB (RDU-R7920-*)
These were generated with the following command line:
Engine\Build\BatchFiles\IterationProfileBaseline.bat -set:BaselineBuildName="++UE5+Main-CL-16768700"
#jira none
#rb trivial
#fyi jerome.delattre, francis.hurteau, mark.lintott, chris.cossiah
[CL 16778903 by geoff evans in ue5-main branch]
2021-06-24 17:31:26 -04:00
Dan Thompson
840753b4f4
Oodle TFO: Add oodle's example jobify system, enabled via config.
...
#rb charles.bloom
#preflight 60d4dc4b925f1400011d6121
[CL 16778647 by Dan Thompson in ue5-main branch]
2021-06-24 17:07:11 -04:00
Ben Marsh
c02be00304
Horde: Basic implementation of storage API.
...
Current limitations:
* Only supports a filesystem backend
* No garbage collection
* Refs are stored in the database, and do not automatically expire.
* Validation of refs is slow and does not cache any data.
[CL 16778495 by Ben Marsh in ue5-main branch]
2021-06-24 16:57:21 -04:00
Ben Marsh
50edd3787d
Horde: Fix (caught) exception when checking for port being available when running tests.
...
[CL 16778400 by Ben Marsh in ue5-main branch]
2021-06-24 16:49:50 -04:00
brett miller
885accf838
GeometryCollectionSceneProxy
...
-- check for existence of PerBoneHitProxy before accessing it
#jira UE-112900
#rb none
[CL 16778237 by brett miller in ue5-main branch]
2021-06-24 16:38:31 -04:00
Chris Caulfield
30ad32fe65
Chaos
...
- fix ContainerId passed to constraint graph when a constrained particle is disabled and re-enabled
- fix ParticleHandle::Island() for sleeping particles
- clean up constraint handle
- fix particle's constraint array natvis for VS debugger
#rb jaco.vandyk
#jira none
#preflight 16852720
[CL 16778086 by Chris Caulfield in ue5-main branch]
2021-06-24 16:29:32 -04:00
Josh Engebretson
fdb62776ca
Horde: Fix job batch lookup for leases
...
#jira none
#rnx
[CL 16778065 by Josh Engebretson in ue5-main branch]
2021-06-24 16:27:54 -04:00
sara schvartzman
b12ad94658
Control Rig: Fix undo of change variable type crash
...
#jira UE-118692
#rb helge.mathee
#fyi halfdan.ingvarsson
[CL 16778041 by sara schvartzman in ue5-main branch]
2021-06-24 16:27:04 -04:00
Martin Wilson
f624055fa4
Remove ensure when bone doesn't exist on skeleton
...
#jira UE-118933
#rb Keith.Yerex
[CL 16777757 by Martin Wilson in ue5-main branch]
2021-06-24 16:08:31 -04:00
phil popp
8762503c7a
Fix crash on MetaSound Wave writer vertex interface reading invalid data
...
#jira UE-118978
#lockdown jeff.farris
#rb trivial
#ROBOMERGE-SOURCE: CL 16777725
#ROBOMERGE-BOT: (v836-16769935)
[CL 16777728 by phil popp in ue5-main branch]
2021-06-24 16:04:48 -04:00
fred kimberley
78f426f60e
Fix NonUnity build
...
#lockdown jeff.farris
#ROBOMERGE-SOURCE: CL 16777475
#ROBOMERGE-BOT: (v836-16769935)
[CL 16777689 by fred kimberley in ue5-main branch]
2021-06-24 16:01:25 -04:00