Commit Graph

89 Commits

Author SHA1 Message Date
benoit deschenes
260582764b Restoring previous behavior on SEnumCombox
#jira #UE-89389
#rb none

[CL 11591279 by benoit deschenes in 4.25 branch]
2020-02-24 17:04:34 -05:00
nicholas goldstein
b19cbc1237 Fix SEnumComboBoxes not being configurable, and failing to display available entries when expanded.
#jira none
#rb none
#fyi Lauren.Barnes

[CL 11589090 by nicholas goldstein in 4.25 branch]
2020-02-24 13:22:35 -05:00
Michael Sartain
d598da6e8f Fix Linux build break (SEnumComboBox.h -> SEnumCombobox.h)
#jira none
#rb none
#fyi Brandon.Schaefer

[CL 11585021 by Michael Sartain in 4.25 branch]
2020-02-22 15:45:46 -05:00
nicholas goldstein
ca111d3551 Move duplicated SEnumComboBox impl in Niagara out to Engine EditorWidgets.
Add Disabled State handling and custom tooltip delegate for SEnumComboBox.

#jira FORT-242056
#rb frank.fella

[CL 11580014 by nicholas goldstein in 4.25 branch]
2020-02-21 18:19:57 -05:00
benoit deschenes
70e4b4bea0 Integrating CL#11313264 from Dev-Enterprise
Fixing Fbx import option "Material Search Location" sometimes being ignored.

#jira UE-77360
#rb Alexis.Matte

[CL 11461543 by benoit deschenes in 4.25 branch]
2020-02-17 13:34:03 -05:00
Thomas Sarkanen
de2be528ca Copying //UE4/Dev-Anim to Dev-Main (//UE4/Dev-Main)
#rb none
#lockdown nick.penwarden

[CL 11214797 by Thomas Sarkanen in Main branch]
2020-02-04 11:06:23 -05:00
Lina Halper
44c1bb3292 COPY from //Dev-Anim to //Dev-Main
#rb: none
#fyi: Laurent.Delayen, Thomas.Sarkanen

[CL 11088765 by Lina Halper in Main branch]
2020-01-22 17:58:55 -05:00
JeanMichel Dignard
dc2d35695f Copyright fixes
#rb none
#rnx

[CL 10910710 by JeanMichel Dignard in Dev-Tools-Staging branch]
2020-01-08 17:11:23 -05:00
JeanMichel Dignard
70d074639f Merging //UE4/Dev-Main @ 10886849 to Dev-Tools-Staging (//UE4/Dev-Tools-Staging)
#rb none
#rnx

[CL 10906274 by JeanMichel Dignard in Dev-Tools-Staging branch]
2020-01-08 13:26:18 -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
Matt Hoffman
1732a35723 Moved SEnumCombobox to the EditorWidgets module and removed the two separate implementations (Niagara and Sequencer)
#fyi Frank.Fella, Shaun.Kime
#rb Andrew.Rodham

[CL 9737403 by Matt Hoffman in Dev-Editor branch]
2019-10-21 16:54:00 -04:00
Chris Gagnon
8ab0638182 Copying //UE4/Dev-Editor to Dev-Main (//UE4/Dev-Main) for 4.24
#rb none

[CL 9325047 by Chris Gagnon in Main branch]
2019-10-01 20:41:42 -04:00
Jamie Dale
3f2ecf7b57 Collection UX improvements
Revamped collection UI:
 - Uses a more modern design.
 - Adds the asset count to the collection view.
 - Adds the collections more prominently in asset tooltips.

Revamped sources panel UI:
 - Added a unified search for all aspects of the sources panel (paths, favorites, and collections).
 - Added a switcher for the paths and collections views, which auto-switches as you browse to paths or collections.
 - Collections are now visible by default, rather than hidden behind a View Option.

Improved Content Browser auto-complete:
 - Now lists collection and meta-data tag names, as well as the old class names.
 - Tokenizes the search terms to allow auto-complete on partial statements.
 - Note: Involves some breaking API changes to SAssetSearchBox to allow more complex filtering and auto-complete rules.

Added scripting API support:
 - Collections can now be created, destroyed, and manipulated via Python or Editor Utilities (editor-only, see the AssetTagsSubsystem API).
 - Collections can be queried both in-editor and at runtime (if cooked).

Added support for optionally "cooking" collections for use at runtime:
 - This only works for static collections, and adds their information to the asset registry meta-data.
 - See the AssetRegistry settings in BaseEngine.ini (bTagAllCollections, CollectionsToIncludeAsTags, and CollectionsToExcludeAsTags).
 - No collections are cooked by default.

#rb Chris.Gagnon

[CL 8847950 by Jamie Dale in Dev-Editor branch]
2019-09-18 16:53:27 -04:00
Chris Gagnon
2e87118a18 Copying //UE4/Dev-Editor to Dev-Main (//UE4/Dev-Main) Interim 4.24.
#rb none

[CL 8614014 by Chris Gagnon in Main branch]
2019-09-10 11:35:20 -04:00
Jason Stasik
b5b8d3b55e Make SAssetDiscoveryIndicator SelfHitTestInvisible so it stops eating mouse events
#jira UE-79739
#rb lauren.barnes

[CL 8445664 by Jason Stasik in Dev-Editor branch]
2019-09-03 19:19:15 -04:00
jamie dale
999e66e2ed Allow unloaded String Table assets to be picked by text properties
#jira UE-76561
#rb none

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: jamie.dale
#ROBOMERGE-SOURCE: CL 7095061 in //UE4/Release-4.23/... via CL 7095065
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v367-6836689)

[CL 7126145 by jamie dale in Dev-Anim branch]
2019-06-21 02:21:04 -04:00
Max Chen
4561801a81 Merging //UE4/Dev-Main to Dev-Editor (//UE4/Dev-Editor) @7119039
#rb none

[CL 7120528 by Max Chen in Dev-Editor branch]
2019-06-21 01:21:43 -04:00
jamie dale
a2e6793842 Allow unloaded String Table assets to be picked by text properties
#jira UE-76561
#rb none

#ROBOMERGE-SOURCE: CL 7095061 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v367-6836689)

[CL 7095065 by jamie dale in Main branch]
2019-06-19 13:21:03 -04:00
Lina Halper
888010b766 Copying //UE4/Dev-Enterprise [at] cl 6890376 to Dev-Main (//UE4/Dev-Main)
#lockdown nick.penwarden
#rb none

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: jeanmichel.dignard
#ROBOMERGE-SOURCE: CL 6890764 in //UE4/Main/...
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v366-6836689)

[CL 6942267 by Lina Halper in Dev-Anim branch]
2019-06-11 16:56:39 -04:00
JeanMichel Dignard
0f9ad96858 Copying //UE4/Dev-Enterprise @ cl 6890376 to Dev-Main (//UE4/Dev-Main)
#lockdown nick.penwarden
#rb none

[CL 6890764 by JeanMichel Dignard in Main branch]
2019-06-07 11:22:52 -04:00
Lina Halper
f7baa58bc9 Merging //UE4/Dev-Main to Dev-Anim (//UE4/Dev-Anim)
#fyi: Laurent.Delayen, James.Hopkin
#rb: none

[CL 4923303 by Lina Halper in Dev-Anim branch]
2019-02-06 14:35:56 -05:00
Chris Gagnon
a48e767b94 Merging //UE4/Dev-Main to Dev-Editor (//UE4/Dev-Editor)
#rb none

[CL 4835066 by Chris Gagnon in Dev-Editor branch]
2019-01-29 16:15:19 -05:00
Marc Audy
e5610adfd8 Merging //UE4/Dev-Main to Dev-Anim (//UE4/Dev-Anim) @ 4802313
#rb
#rnx
#lockdown Laurent.Delayen

[CL 4803512 by Marc Audy in Dev-Anim branch]
2019-01-24 15:32:49 -05:00
projectgheist
55ea766089 PR #5391: Make string table dropdown searchable when selecting localization string (Contributed by projectgheist)
#rb Jamie.Dale

[CL 4685573 by Jamie Dale in Dev-Editor branch]
2019-01-07 13:19:12 -05:00
Thomas Sarkanen
7088a2f273 Merging //UE4/Dev-Main to Dev-Anim (//UE4/Dev-Anim) @ CL 4683693
#rb none
#jira none

[CL 4684302 by Thomas Sarkanen in Dev-Anim branch]
2019-01-07 05:38:46 -05:00