Commit Graph

467 Commits

Author SHA1 Message Date
Matt Kuhlenschmidt
35d70acff5 Fix project dialog marketplace button alignment
[CL 17490943 by Matt Kuhlenschmidt in ue5-main branch]
2021-09-13 08:14:25 -04:00
aurel cordonnier
e3f7878676 Merge from Release-Engine-Test @ 17462327 to UE5/Main
This represents UE4/Main @17430120 and Dev-PerfTest @17437669

[CL 17463546 by aurel cordonnier in ue5-main branch]
2021-09-08 16:42:26 -04:00
Matt Kuhlenschmidt
aef1e008b4 Fix up use cases of specifying "PrimaryButton" style directly. Replaced instances with SPrimaryButton
#preflight 612d40b9423a8f00013c5b92

[CL 17457077 by Matt Kuhlenschmidt in ue5-main branch]
2021-09-08 08:29:01 -04:00
Rolando Caloca
d64b146cb2 UE5 - Remove platform
#rb Steve.Smith
#fyi Jules.Blok, Ryan.Durand, Ben.Marsh

[CL 17295935 by Rolando Caloca in ue5-main branch]
2021-08-24 19:27:11 -04:00
Brandon Schaefer
423622c79a Fix compiler error
#jira none
#rb none

[CL 17255031 by Brandon Schaefer in ue5-main branch]
2021-08-20 18:33:43 -04:00
Brandon Schaefer
bd0cd1b6f5 Add a button to disable the current IDE if an IDE is not required to compile for the Engine.
This is mainly for Linux only, as the toolchain required to setup Linux comes with the compiler needed. So an IDE is not required

#jira UE-122193
#rb Michael.Sartain, Robert.Seiver

[CL 17254780 by Brandon Schaefer in ue5-main branch]
2021-08-20 18:19:39 -04:00
Tim Smith
68ee3e84de Removed "Fail If Generated Code Changes" requirement for this case. Adding new types will cause the project generated file to change thus triggering the failure.
#rb trivial
#rnx
#jira UE-105197

[CL 16955125 by Tim Smith in ue5-main branch]
2021-07-26 08:20:01 -04:00
Chris Varnsverry
e4b43d1efd - Fix some unnecessary string copies when calling FPaths::FileExists
#jira FORT-392314
#review-16922341 @Michael.Kirzinger @Marc.Audy @Rob.Cannaday @Sam.Zamani

[CL 16923987 by Chris Varnsverry in ue5-main branch]
2021-07-22 11:10:51 -04:00
vincent beauchemin
de613ddec7 Fix missing ' for WorldPartitionConvertCommandlet isn't set as the default Commandlet Class in newly-created projects
#rb jeanfrancois.dube
[FYI] tim.gautier
#jira UE-116640


#ROBOMERGE-SOURCE: CL 16873616
#ROBOMERGE-BOT: (v836-16769935)

[CL 16873636 by vincent beauchemin in ue5-main branch]
2021-07-16 13:44:52 -04:00
aurel cordonnier
d17d20ca36 Merge from Release-Engine-Test @ 16758890 to UE5/Main
This represents UE4/Main @ 16738161 and Dev-PerfTest @ 16737719 (and Release-17.00 @ 16658211)

[CL 16763350 by aurel cordonnier in ue5-main branch]
2021-06-23 17:51:32 -04:00
daren cheng
c1bf011259 Don't copy over saved config folder when copying projects.
#jira UE-117726
#rb Ben.Marsh Christina.TempelaarL

[CL 16745699 by daren cheng in ue5-main branch]
2021-06-22 13:45:33 -04:00
Tim Smith
bc337f9133 Add the ability to enable re-instancing via project settings. Old setting still supported.
Add the ability to enable auto compile when adding new C++ classes.
Fixed user feedback issues when adding new C++ classes.

#rb joe.kirchoff
#rnx
#jira UE-116958
#preflight 60cb2e884ce02c0001d278c1

[CL 16703582 by Tim Smith in ue5-main branch]
2021-06-17 08:46:37 -04:00
David Harvey
deb3b88cef remove reference to deleted platform.
#rnx
#jira none
#rb eric.mcdaniel

[CL 16685098 by David Harvey in ue5-main branch]
2021-06-16 04:25:50 -04:00
aurel cordonnier
e0ad4e25df Merge from Release-Engine-Test @ 16624776 to UE5/Main
This represents UE4/Main @ 16579691 and Dev-PerfTest @ 16579576

[CL 16625248 by aurel cordonnier in ue5-main branch]
2021-06-10 13:13:24 -04:00
Phillip Kavan
dfa32e9708 Extends the class viewer module to support multiple custom class filters along with an optional associated view option flag.
Additional changes:
- Deprecates the previous method for specifying a singular custom class viewer filter and updates all existing occurrences of this pattern in engine code.
- Extends the property editor utilities interface to expose custom class filter(s) that can be applied to the class picker widget used for editing class property values.
- Adds an implementation of this interface to SDetailsView such that additional class filter(s) can now be configured to be applied to all underlying class property nodes.

#jira UE-108316
#rb Lauren.Barnes
#preflight 60c2102e8ae8960001110d50

[CL 16623084 by Phillip Kavan in ue5-main branch]
2021-06-10 10:31:37 -04:00
Matt Kuhlenschmidt
77db128790 Added some temp logging to track down missing projects in the project browser from the binary builds. Super verbose but should only spam when opening the project browser.
[CL 16487363 by Matt Kuhlenschmidt in ue5-main branch]
2021-05-27 12:53:43 -04:00
Lauren Barnes
d7833955b2 Changing the warning to use SWarningOrErrorBox
#jira UE-115664
#rb trvial
#preflight 609d8690423c960001b41133

[CL 16319100 by Lauren Barnes in ue5-main branch]
2021-05-13 17:11:19 -04:00
JeanFrancois Dube
3c3e3eed8d Disable World Partition by default for new projects.
#rb patrick.enfedaque

[CL 16209527 by JeanFrancois Dube in ue5-main branch]
2021-05-05 13:10:19 -04:00
Chris Varnsverry
2ae64cad99 - Remove CoreOnline ini config from project generation
- All shared ptr/ref are being changed to default ESPMode::ThreadSafe and ESPMode::Fast is being deprecated, so this migration path is not needed.

#jira FORT-342384

[CL 16090866 by Chris Varnsverry in ue5-main branch]
2021-04-22 05:26:25 -04:00
andrew lauritzen
2b2b3adc5f Add a shadow depth VS permutation for non-nanite vsm to avoid the need for a read-only project setting
PS already has a permutation (bAtomicWrites) so this primarily affects offline compilation
Leaving the function of NonNaniteVSM the same for now to minimize the surface area of the change, but the shader and other logic can be simplified in the future
NonNaniteVSM can become a dynamic debug cvar in the future once we are happy this is working

#jira UETOP-1088
#lockdown graham.wihlidal
#rb ola.olsson, krzysztof.narkowicz
[FYI] nick.whiting

#ROBOMERGE-SOURCE: CL 16057407 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v789-15992632)

[CL 16061153 by andrew lauritzen in ue5-main branch]
2021-04-20 10:31:17 -04:00
Chris Varnsverry
16230185c0 - Merge CL's 15977926, 15978323, 15978393, 15978401 and 15981176 from //UE5/RES to //UE5/Main
- Moves CoreOnline headers into their own module

#jira UE-113427
#fyi Matt.Peters
#tests built EdTest, QAGame, and one internal project in DevEd Win64

[CL 16036320 by Chris Varnsverry in ue5-main branch]
2021-04-16 13:16:39 -04:00
Patrick Boutot
383815f480 Slate: Convert SWidget's Enabled and Visibility flag to SlateAttribute.
#jira UE-106515, UE-112897
#rb vincent.gauthier
#preflight 606f3fcd97c8220001315871
#preflight 60749a870adbfb0001f0455c

[CL 15982898 by Patrick Boutot in ue5-main branch]
2021-04-12 16:13:38 -04:00
Marc Audy
01b7c9f4f5 Merge UE5/RES @ 15958325 to UE5/Main
This represents UE4/Main @ 15913390 and Dev-PerfTest @ 15913304

[CL 15958515 by Marc Audy in ue5-main branch]
2021-04-08 14:32:07 -04:00
lauren barnes
072d8cbdd6 Updating SWizard to new styles - impacts Profile Wizard, Niagara New Asset wizards, and New Class Dialog. New Class Dialog updated to new style guidelines/using new widget types
#jira UETOOL-2453
#rb Louise.Rasmussen
#lockdown Simon.Tourangeau
#preflight 606e06cf7ce9ca0001968135

#ROBOMERGE-SOURCE: CL 15945506 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v787-15839533)

[CL 15950032 by lauren barnes in ue5-main branch]
2021-04-07 22:11:49 -04:00
matt kuhlenschmidt
08cfa4f7a3 Fix unreal icon artifacts in project browser
#jira UE-111808

#lockdown simon.tourangeau

#ROBOMERGE-SOURCE: CL 15944817 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v787-15839533)

[CL 15949148 by matt kuhlenschmidt in ue5-main branch]
2021-04-07 21:33:33 -04:00