Commit Graph

130 Commits

Author SHA1 Message Date
Marc Audy
cac1fe0019 Merge UE5/Release-Engine-Staging @ CL# 15299266 to UE5/Main
This represents UE4/Main @ CL# 15277572

[CL 15299962 by Marc Audy in ue5-main branch]
2021-02-03 14:57:28 -04:00
Zousar Shaker
3b4c8fc1c5 Automated wrapped object pointer upgrade for Engine + ShooterGame + ShooterGame referenced plugins
#rb none

[CL 15224650 by Zousar Shaker in ue5-main branch]
2021-01-27 17:40:25 -04:00
Marc Audy
bc88b73a29 Merge Release-Engine-Staging to Main @ CL# 15151250
Represents UE4/Main @ 15133763

[CL 15158774 by Marc Audy in ue5-main branch]
2021-01-21 16:22:06 -04:00
Jeff Farris
88d3c0c302 Editgrating 14474663 to UE5 to fix spline component crash (In spline details customization, update the active spline visualizer when a point is initially selected rather than when customization is created.)
#fyi christina.temlelaarl

[CL 14519268 by Jeff Farris in ue5-main branch]
2020-10-19 18:03:35 -04:00
Marc Audy
50a3d7d368 Merge Release-Engine-Staging to Main @ CL# 14467590
This represents UE4/Main @ 14432125 + some cherrypick fixes

[CL 14468207 by Marc Audy in ue5-main branch]
2020-10-09 22:42:26 -04:00
chris kulla
89c3ffd8ae Adjust barn door visualization to match how lighting is computed from RectLights
The previous code was drawing an octogonal shape which did not match the rectangular falloff in the lighting

#rb Charles.DeRousiers, Patrick.Kelly

[CL 14430645 by chris kulla in ue5-main branch]
2020-10-06 12:38:37 -04:00
Marcus Wassmer
3b81cf8201 Merging using //UE5/Main_to_//UE5/Release-Engine-Staging @14384769
autoresolved files
#rb none

[CL 14384911 by Marcus Wassmer in ue5-main branch]
2020-09-24 00:43:27 -04:00
michael daum
7c6d7b3ab2 Drastically reduce the number of targets depending on UnrealWidget.h
#rb lauren.barnes

[CL 14266936 by michael daum in ue5-main branch]
2020-09-07 20:36:09 -04:00
Marc Audy
7379fa99c5 Merging //UE5/Release-Engine-Staging to Main (//UE5/Main) @ 14229157
[CL 14233282 by Marc Audy in ue5-main branch]
2020-09-01 14:07:48 -04:00
brooke hubert
48113fc77e Adding EditorFramework to build.cs files
#rnx
#Jira UE-96448
#rb chris.gagnon

[CL 14114839 by brooke hubert in ue5-main branch]
2020-08-14 13:24:16 -04:00
Marc Audy
a7c9001a94 Merging //UE5/Release-Engine-Staging to Main (//UE5/Main) @ 14075166
#rb
#rnx

[CL 14075271 by Marc Audy in ue5-main branch]
2020-08-11 01:36:57 -04:00
robert manuszewski
b7568cc694 Fix for UE-90683: You can no longer delete conflicting variables
Refactored FindField into FindUField and FindFProperty to avoid confusion caused by the fact that FindField<UField> will no longer return FProperties.

#jira UE-90683
#rb Steve.Robb
#tests Basic editor functionality test, cooked and ran PC client and server, bot soak tests for two hours

#ROBOMERGE-OWNER: robert.manuszewski
#ROBOMERGE-AUTHOR: robert.manuszewski
#ROBOMERGE-SOURCE: CL 12190998 in //UE4/Release-4.25/... via CL 12190999
#ROBOMERGE-BOT: RELEASE (Release-4.25Plus -> Main) (v661-12148976)

[CL 12191300 by robert manuszewski in Main branch]
2020-03-15 10:33:45 -04:00
jason stasik
ae71fb435d Check selected spline keys before trying to render them
#jira UE-89624
#rb matt.kuhlenschmidt

#ROBOMERGE-SOURCE: CL 11774837 in //UE4/Release-4.25/... via CL 11774894
#ROBOMERGE-BOT: RELEASE (Release-4.25Plus -> Main) (v656-11643781)

[CL 11776830 by jason stasik in Main branch]
2020-02-28 16:05:00 -05:00
Rolando Caloca
bbb9564388 Copying //UE4/Dev-RenderPlat-Staging@11110326 to //UE4/Main
#rb none
#rnx

[CL 11110369 by Rolando Caloca in Main branch]
2020-01-24 18:07:01 -05:00
ryan durand
627baf970a Updating copyright for Engine Editor.
#rnx
#rb none


#ROBOMERGE-SOURCE: CL 10869241 via CL 10869527 via CL 10869904
#ROBOMERGE-BOT: (v613-10869866)

[CL 10870586 by ryan durand in Main branch]
2019-12-26 15:33:43 -05:00
Robert Manuszewski
7b6f840f7f Copying //UE4/Dev-Core @ 10708550 to Dev-Main (//UE4/Dev-Main)
#rb none

[CL 10708666 by Robert Manuszewski in Main branch]
2019-12-13 11:07:03 -05:00
christina tempelaarl
721566f33c Fix selected spline tangent color.
#jira UE-83412
#rb richard.talbotwatkin

#ROBOMERGE-SOURCE: CL 10113638 in //UE4/Release-4.24/...
#ROBOMERGE-BOT: RELEASE (Release-4.24 -> Main) (v587-10111126)

[CL 10113643 by christina tempelaarl in Main branch]
2019-11-12 12:18:05 -05:00
richard talbotwatkin
014f04b394 Fix to SplineComponentVisualizer so that it handles external code changing the number of spline points from underneath it.
#jira UE-58680
#rb none

#ROBOMERGE-SOURCE: CL 9886489 in //UE4/Release-4.24/...
#ROBOMERGE-BOT: RELEASE (Release-4.24 -> Main) (v553-9872581)

[CL 9886492 by richard talbotwatkin in Main branch]
2019-10-29 17:04:14 -04:00
richard talbotwatkin
97ad3e77cc Fixed spline component visualizer regression; extra line thickness was stopping spline point hit proxy from being hit.
#jira UE-82065
#rb none

#ROBOMERGE-SOURCE: CL 9692995 in //UE4/Release-4.24/...
#ROBOMERGE-BOT: RELEASE (Release-4.24 -> Main) (v538-9681622)

[CL 9693012 by richard talbotwatkin in Main branch]
2019-10-18 13:46:13 -04:00
Max Chen
2d08f6becd Spline Generation: Window does not support maximize/minimize
#jira UE-81107
#rb none

[CL 9619145 by Max Chen in 4.24 branch]
2019-10-16 11:56:54 -04:00
Max Chen
4d36be1209 Spline Generation: Fix typo in edit condition for line length - bUpToNextPoint
#jira UE-81068
#rb none

[CL 9619104 by Max Chen in 4.24 branch]
2019-10-16 11:56:10 -04:00
Jamie Dale
72109bc002 Fixed localization conflicts
#rb none
#rnx

[CL 9480363 by Jamie Dale in Main branch]
2019-10-08 16:16:36 -04:00
christina tempelaarl
924aab1f49 Increase spline hit testing tolerance for spline component hit proxies. QOL fix.
#jira UE-76282
#rb matt.kuhlenschmidt


#ROBOMERGE-SOURCE: CL 9403866 via CL 9403867
#ROBOMERGE-BOT: (v456-9359915)

[CL 9405951 by christina tempelaarl in Main branch]
2019-10-03 16:35:57 -04:00
christina tempelaarl
872bebb7e9 Fix spline component visualizer Focus Selected menu item. Interpolate spline component metadata when adding point to segment with right-click.
#rb matt.kuhlenschmidt


#ROBOMERGE-SOURCE: CL 9317880 via CL 9317891
#ROBOMERGE-BOT: (v455-9298202)

[CL 9317893 by christina tempelaarl in Main branch]
2019-10-01 13:02:16 -04:00
jon nabozny
6b60663f39 Update Engine and Plugins to use the new Getters / Setters for UActorComponent, USceneComponent, and AActor replicated properties
[at]Ryan.Gerleve, [at]Brian.Bekich
#rb None


#ROBOMERGE-OWNER: jon.nabozny
#ROBOMERGE-AUTHOR: jon.nabozny
#ROBOMERGE-SOURCE: CL 9290108 via CL 9290249
#ROBOMERGE-BOT: (v452-9288972)

[CL 9290520 by jon nabozny in Main branch]
2019-09-29 16:49:10 -04:00