Commit Graph

9199 Commits

Author SHA1 Message Date
max chen
6fbcc7f233 Sequencer: Fix for Debug exception due to TArray::Reserve(-1)
[FYI] chris.gagnon, matt.hoffman
#rb mike.zyracki
#jira none

#ROBOMERGE-OWNER: ryan.vance
#ROBOMERGE-AUTHOR: max.chen
#ROBOMERGE-SOURCE: CL 4972923 in //UE4/Release-4.22/... via CL 4972924
#ROBOMERGE-BOT: DEVVR (Main -> Dev-VR)

[CL 5032333 by max chen in Dev-VR branch]
2019-02-16 07:07:58 -05:00
matt kuhlenschmidt
70101cde4a Added a row type display to the data table editor similar to the parent type in the blueprint editor. Handles navigation to user defined structs and c++ structs
#ROBOMERGE-OWNER: ryan.vance
#ROBOMERGE-AUTHOR: matt.kuhlenschmidt
#ROBOMERGE-SOURCE: CL 4969014 via CL 4969229 via CL 4970849
#ROBOMERGE-BOT: DEVVR (Main -> Dev-VR)

[CL 5032185 by matt kuhlenschmidt in Dev-VR branch]
2019-02-16 07:04:49 -05:00
lauren ridge
67591f8f13 Fix for appearance of level text in viewport
#jira UE-69407
#rb trivial
#rnx

#ROBOMERGE-OWNER: ryan.vance
#ROBOMERGE-AUTHOR: lauren.ridge
#ROBOMERGE-SOURCE: CL 4964723 via CL 4965335 via CL 4969921
#ROBOMERGE-BOT: DEVVR (Main -> Dev-VR)

[CL 5031550 by lauren ridge in Dev-VR branch]
2019-02-16 06:17:22 -05:00
patrick enfedaque
79ea648312 #JIRA UE-69838: Add additional name check on the ComponentInstance Outer to avoid crashing. (There are no repros)
#rb marc.audy


#ROBOMERGE-OWNER: ryan.vance
#ROBOMERGE-AUTHOR: patrick.enfedaque
#ROBOMERGE-SOURCE: CL 4968306 in //UE4/Release-4.22/... via CL 4968695
#ROBOMERGE-BOT: DEVVR (Main -> Dev-VR)

[CL 5031104 by patrick enfedaque in Dev-VR branch]
2019-02-16 06:02:10 -05:00
johan duparc
b6f473d240 Copy of 4963994 from //UE4/Dev-Enterprise:
DS DataPrep - Remove operation - fix asset deletion issue
#jira UE-69533
#rb JeanMichel.Dignard, JeanLuc.Corenthin

#ROBOMERGE-OWNER: ryan.vance
#ROBOMERGE-AUTHOR: johan.duparc
#ROBOMERGE-SOURCE: CL 4964440 in //UE4/Release-4.22/... via CL 4968616
#ROBOMERGE-BOT: DEVVR (Main -> Dev-VR)

[CL 5031092 by johan duparc in Dev-VR branch]
2019-02-16 06:00:41 -05:00
marc audy
e14d953a29 Put in missing null check from CL# 4279612
#jira UE-69833
#rb

#ROBOMERGE-OWNER: ryan.vance
#ROBOMERGE-AUTHOR: marc.audy
#ROBOMERGE-SOURCE: CL 4962398 in //UE4/Release-4.22/... via CL 4968541
#ROBOMERGE-BOT: DEVVR (Main -> Dev-VR)

[CL 5031078 by marc audy in Dev-VR branch]
2019-02-16 05:59:33 -05:00
fred kimberley
4c0c49b2f5 Added better warning messages for when users try to rename rows with invalid names in the row editor.
Updated the editable text layout to prevent it from calling OnTextCommitted delegates when the text has not been changed. This fixes a bug where committing a text change by pressing enter can call the delegate twice.

#jira UE-63407
#rb Marc.Audy
[FYI] Chris.Gagnon

#ROBOMERGE-OWNER: ryan.vance
#ROBOMERGE-AUTHOR: fred.kimberley
#ROBOMERGE-SOURCE: CL 4962191 in //UE4/Release-4.22/... via CL 4968530
#ROBOMERGE-BOT: DEVVR (Main -> Dev-VR)

[CL 5030972 by fred kimberley in Dev-VR branch]
2019-02-16 05:56:04 -05:00
arciel rekman
c996cde458 Ensures: fixed discrepancy between the UI and the actual setting (UE-69764)
- Also hardened the code.

#rb none
#jira UE-69764
[FYI] Marcin.Undak

#ROBOMERGE-OWNER: ryan.vance
#ROBOMERGE-AUTHOR: arciel.rekman
#ROBOMERGE-SOURCE: CL 4957085 in //UE4/Release-4.22/... via CL 4968444
#ROBOMERGE-BOT: DEVVR (Main -> Dev-VR)

[CL 5030954 by arciel rekman in Dev-VR branch]
2019-02-16 05:55:27 -05:00
arciel rekman
b1e7031cf3 Editor: better wording for the options.
#rb none
#jira UE-69764

#ROBOMERGE-OWNER: ryan.vance
#ROBOMERGE-AUTHOR: arciel.rekman
#ROBOMERGE-SOURCE: CL 4956892 in //UE4/Release-4.22/... via CL 4968436
#ROBOMERGE-BOT: DEVVR (Main -> Dev-VR)

[CL 5030948 by arciel rekman in Dev-VR branch]
2019-02-16 05:55:15 -05:00
dan oconnor
f973ea5b13 Fixed compilation error due to delegate properties referencing function signatures on out of date classes
#jira UE-69735
#rb Phillip.Kavan

#ROBOMERGE-OWNER: ryan.vance
#ROBOMERGE-AUTHOR: dan.oconnor
#ROBOMERGE-SOURCE: CL 4956651 in //UE4/Release-4.22/... via CL 4968433
#ROBOMERGE-BOT: DEVVR (Main -> Dev-VR)

[CL 5030945 by dan oconnor in Dev-VR branch]
2019-02-16 05:55:09 -05:00
max chen
03bbca6ec6 Sequencer: Fix autoscroll when in a subsequence
#rb none
#jira none

#ROBOMERGE-OWNER: ryan.vance
#ROBOMERGE-AUTHOR: max.chen
#ROBOMERGE-SOURCE: CL 4952128 in //UE4/Release-4.22/... via CL 4968338
#ROBOMERGE-BOT: DEVVR (Main -> Dev-VR)

[CL 5030937 by max chen in Dev-VR branch]
2019-02-16 05:54:54 -05:00
matt kuhlenschmidt
74fc0edbbd Removed GetCachedGeometry from SSequencerTrackArea. Redundant with SWidget::GetCachedGeometry which does the same thing.
[CODEREVIEW] andrew.rodham, max.chen

#ROBOMERGE-OWNER: ryan.vance
#ROBOMERGE-AUTHOR: matt.kuhlenschmidt
#ROBOMERGE-SOURCE: CL 4963071 via CL 4963805 via CL 4965994
#ROBOMERGE-BOT: DEVVR (Main -> Dev-VR)

[CL 5030928 by matt kuhlenschmidt in Dev-VR branch]
2019-02-16 05:54:27 -05:00
marc audy
f661004bec Remove code that was intended to have been deleted that snuck back in
#jira
#rnx

#ROBOMERGE-OWNER: ryan.vance
#ROBOMERGE-AUTHOR: marc.audy
#ROBOMERGE-SOURCE: CL 4952857 via CL 4952867 via CL 4954115 via CL 4955409
#ROBOMERGE-BOT: DEVVR (Main -> Dev-VR)

[CL 5028702 by marc audy in Dev-VR branch]
2019-02-16 04:41:28 -05:00
marc audy
c7f4bed4c7 Delegate functions target pins should never be self, but rather that of the class that contains the delegate.
- Fixes redirected delegate nodes not ending up with a target pin type of the containing blueprint
Delegate nodes now correctly use DisplayName if specified on the property
#rb Michael.Noland
#jira

#ROBOMERGE-OWNER: ryan.vance
#ROBOMERGE-AUTHOR: marc.audy
#ROBOMERGE-SOURCE: CL 4952490 via CL 4952497 via CL 4954101 via CL 4955357
#ROBOMERGE-BOT: DEVVR (Main -> Dev-VR)

[CL 5028688 by marc audy in Dev-VR branch]
2019-02-16 04:40:55 -05:00
matt kuhlenschmidt
2b63af0d12 Remove double click event from STextBlock. It was redundant with the one in base SWidget
[CODEREVIEW] nick.darnell

#ROBOMERGE-OWNER: ryan.vance
#ROBOMERGE-AUTHOR: matt.kuhlenschmidt
#ROBOMERGE-SOURCE: CL 4951595 via CL 4952935 via CL 4955241
#ROBOMERGE-BOT: DEVVR (Main -> Dev-VR)

[CL 5028421 by matt kuhlenschmidt in Dev-VR branch]
2019-02-16 04:27:52 -05:00
marc audy
a764d0afec Make priming max per frame a cvar
#jira
#rb Michael.Noland

#ROBOMERGE-OWNER: ryan.vance
#ROBOMERGE-AUTHOR: marc.audy
#ROBOMERGE-SOURCE: CL 4949579 via CL 4949581 via CL 4952095 via CL 4954216
#ROBOMERGE-BOT: DEVVR (Main -> Dev-VR)

[CL 5027492 by marc audy in Dev-VR branch]
2019-02-16 04:02:35 -05:00
ben marsh
eebaeac2c4 Various fixes for using a non-default source code accessor in the editor.
* Fix incorrect path for tutorial dialog explaining how to install Visual Studio
* Tell the user that they need to restart when changing their source code accessor.
* On Windows, always check for the presence of Visual Studio 2017 or 2019 when determining whether the user can compile. This is distinct from whether the user has the chosen IDE available.

#rb none
#jira UE-69253

#ROBOMERGE-OWNER: ryan.vance
#ROBOMERGE-AUTHOR: ben.marsh
#ROBOMERGE-SOURCE: CL 4951506 in //UE4/Release-4.22/... via CL 4951508
#ROBOMERGE-BOT: DEVVR (Main -> Dev-VR)

[CL 5026804 by ben marsh in Dev-VR branch]
2019-02-16 03:51:42 -05:00
lauren ridge
34581f17b1 Fix for circular dependencies in widget BPs
#jira UE-69439
#rb Chris.Gagnon

#ROBOMERGE-OWNER: ryan.vance
#ROBOMERGE-AUTHOR: lauren.ridge
#ROBOMERGE-SOURCE: CL 4950119 in //UE4/Release-4.22/... via CL 4950120
#ROBOMERGE-BOT: DEVVR (Main -> Dev-VR)

[CL 5026757 by lauren ridge in Dev-VR branch]
2019-02-16 03:50:26 -05:00
simon therriault
8274a0ddec FFilePath: Adding metadata to support relative path to project directory
#rb chris.gagnon
#jira UE-69621

#ROBOMERGE-OWNER: ryan.vance
#ROBOMERGE-AUTHOR: simon.therriault
#ROBOMERGE-SOURCE: CL 4948231 in //UE4/Release-4.22/... via CL 4948232
#ROBOMERGE-BOT: DEVVR (Main -> Dev-VR)

[CL 5026252 by simon therriault in Dev-VR branch]
2019-02-16 03:35:25 -05:00
simon therriault
1fb12735e2 - Adding config entry checkup to support additional files not part of package copies when generating distillation
#rb ben.marsh
#jira UE-69621

#ROBOMERGE-OWNER: ryan.vance
#ROBOMERGE-AUTHOR: simon.therriault
#ROBOMERGE-SOURCE: CL 4948219 in //UE4/Release-4.22/... via CL 4948221
#ROBOMERGE-BOT: DEVVR (Main -> Dev-VR)

[CL 5026251 by simon therriault in Dev-VR branch]
2019-02-16 03:35:22 -05:00
phillip kavan
0a653e30c2 Fix for an editor crash on contextual promotion of an output pin on a GetClassDefaults() node to a new variable.
#jira UE-69082
#rb Dan.OConnor

#ROBOMERGE-OWNER: ryan.vance
#ROBOMERGE-AUTHOR: phillip.kavan
#ROBOMERGE-SOURCE: CL 4945342 in //UE4/Release-4.22/... via CL 4945343
#ROBOMERGE-BOT: DEVVR (Main -> Dev-VR)

[CL 5025987 by phillip kavan in Dev-VR branch]
2019-02-16 03:31:33 -05:00
michael dupuis
832b50d4af #rb none
[CODEREVIEW] jack.porter

#ROBOMERGE-OWNER: ryan.vance
#ROBOMERGE-AUTHOR: michael.dupuis
#ROBOMERGE-SOURCE: CL 4935720 via CL 4940201 via CL 4941477
#ROBOMERGE-BOT: DEVVR (Main -> Dev-VR)

[CL 5023474 by michael dupuis in Dev-VR branch]
2019-02-16 02:52:50 -05:00
lina halper
53617e5ead - backing out the update ref pose option as that causes more issues than solving issues
#jira: UE-63711
[FYI] Martin.Wilson
#rb: none

#ROBOMERGE-OWNER: ryan.vance
#ROBOMERGE-AUTHOR: lina.halper
#ROBOMERGE-SOURCE: CL 4939203 in //UE4/Release-4.22/... via CL 4939205
#ROBOMERGE-BOT: DEVVR (Main -> Dev-VR)

[CL 5022523 by lina halper in Dev-VR branch]
2019-02-16 02:37:37 -05:00
dan oconnor
9688904bee Fix new reparenting logic for blueprint reloading - it did not handle ParentClass being changed by blueprint reload
#rnx
#rb Phillip.Kavan
#jira UE-69687

#ROBOMERGE-OWNER: ryan.vance
#ROBOMERGE-AUTHOR: dan.oconnor
#ROBOMERGE-SOURCE: CL 4938634 in //UE4/Release-4.22/... via CL 4938635
#ROBOMERGE-BOT: DEVVR (Main -> Dev-VR)

[CL 5022503 by dan oconnor in Dev-VR branch]
2019-02-16 02:37:26 -05:00
brandon schaefer
dd5f2cc2e3 Focus on folder creation the same way with assets if owner window doesnt have any focus
Revert adding popup windows who are not set to be focused to the revert stack

#jira UE-69661
#rb Rex.Hill

#ROBOMERGE-OWNER: ryan.vance
#ROBOMERGE-AUTHOR: brandon.schaefer
#ROBOMERGE-SOURCE: CL 4938275 in //UE4/Release-4.22/... via CL 4938279
#ROBOMERGE-BOT: DEVVR (Main -> Dev-VR)

[CL 5022488 by brandon schaefer in Dev-VR branch]
2019-02-16 02:37:16 -05:00