Commit Graph

671 Commits

Author SHA1 Message Date
ben hoffman
14d5cfd6f5 Move Force Feedback effects and force feedback attenuation asset types to the "Input" category of the content browser categories instead of "Miscellaneous". Now that enhanced input already made an Input category, these asset types have a better place to live.
#jira UE-158873
#rb david.garza
#preflight 634f11bd864d9be23644e54f

[CL 22635541 by ben hoffman in ue5-main branch]
2022-10-19 15:29:02 -04:00
marc audy
927adb79be Correct deprecation versions
#preflight trivial
#rnx

[CL 22573046 by marc audy in ue5-main branch]
2022-10-17 15:13:35 -04:00
nick darnell
f6672c7be8 Editor - Renable HasActions, since I'm working on a different replacement, I might as well clear build errors.
[CL 22549057 by nick darnell in ue5-main branch]
2022-10-15 13:03:50 -04:00
jonathan bard
0e414a09bf Fixed bad merge that led to SubUVAnimation asset actions being registered twice
#rb lauren.barnes
#jira UE-166828
#preflight trivial
#rnx

[CL 22546738 by jonathan bard in ue5-main branch]
2022-10-14 22:20:46 -04:00
nick darnell
954d29b9f5 Editor - Beginning the process to no longer make loading all assets you right click in the content browser. The first step, is setting up the code to have a deprecation flag DEPRECATE_ASSET_TYPE_ACTIONS_NEEDING_LOADED_OBJECTS, this will make it illegal to implement GetActions on all AssetTypeAction implementations. Checked in disabled, enable it locally to begin trying to implement the recommended method detailed in the IAssetTypeActions header. WIP. One of the things this change does is outlaw (regardless of deprecation) the HasActions() function, this function is no longer used at all, and so we may as well remove its implementation, it also works well as a canary in finding other samples and things that need to be upgraded.
#jira UE-165574
[REVIEW] [at]Rex.Hill, [at]Lauren.Barnes
#preflight 63483c43ad0f7e2f20e44910

[CL 22534452 by nick darnell in ue5-main branch]
2022-10-14 16:59:41 -04:00
jeanfrancois dube
24188090b0 Fix all known cases of GetTypedOuter<UPackage> since it's not valid anymore with override packages.
#rb francis.hurteau
#preflight 633ee7528579446629e2cb5d
#rnx

[CL 22398835 by jeanfrancois dube in ue5-main branch]
2022-10-07 08:12:45 -04:00
thomas sarkanen
ae10e0eff9 Fix incorrect asset menu actions appearing for animation blueprints
Also fixes the asset context menu section header for anim BPs to not read as "animation layer interface" (this is just the re-ordering of asset type action registration)

#jira UE-165922
#rb Jurre.deBaare
#preflight 633c33aff96f5ad403a2df41

[CL 22331996 by thomas sarkanen in ue5-main branch]
2022-10-04 12:01:02 -04:00
JeanFrancois Dube
ae4e553a4b Convert usage of GIsEditorLoadingPackage to TGuardValue.
#jira none
#rb sebastien lussier
#preflight 633ad2ea2a5690003a0e03f4

[CL 22298365 by JeanFrancois Dube in ue5-main branch]
2022-10-03 08:33:10 -04:00
alexis matte
a4a4d4c90f Fix crash when we select interchange factory format in the objecttools import file picker.
Make sure to avoid legacy factory in the file picker extension when interchange replace those.
#jira UE-165495 , UE-165509
#rb jeanluc.corenthin
#rnx
#preflight 63375b6fa852bd922c5ee87c

[CL 22284692 by alexis matte in ue5-main branch]
2022-09-30 19:45:47 -04:00
jerome delattre
6fe7b052f1 Expose Asset Migration command to scripting
#preflight 63373ca15c2225fe5f898171
#jira UE-165706
#rb Julien.StJean

[CL 22284188 by jerome delattre in ue5-main branch]
2022-09-30 19:23:32 -04:00
thomas sarkanen
a733b211b6 Fix display of animation layer interfaces on content browser tiles
Use GetDisplayNameFromAssetData (as with thumbnails) rather than just GetName

#jira UE-165065
#rb JeanMichel.Dignard
#preflight 63355719e410691606aafa72

[CL 22260652 by thomas sarkanen in ue5-main branch]
2022-09-29 20:27:44 -04:00
scott nelson
b0eb92d8b4 Add new EditorDelegate OnPreAssetDestructiveAction
#preflight 63349d8e141f314ed6017ae3
#rb Julien.StJean

[CL 22244134 by scott nelson in ue5-main branch]
2022-09-29 02:24:24 -04:00
marc audy
cea63473a7 [Backout] - CL22206223
#fyi jurre.debaare
#horde 218123,218081,218073,218063,218057,217995,217831,217939
Original CL Desc
-----------------------------------------------------------------
REDO: UEFN - Users are able to apply Animation Modifiers via the right-click context menu
#fix moved animation modifier menu section into module itself - gated by whether or not AnimationModifier class is allowed
#rb Thomas.Sarkanen
#preflight 6332c289a4769ad714e78a8c

[CL 22217414 by marc audy in ue5-main branch]
2022-09-27 23:06:31 -04:00
jurre debaare
4f8c9cc5fc REDO: UEFN - Users are able to apply Animation Modifiers via the right-click context menu
#fix moved animation modifier menu section into module itself - gated by whether or not AnimationModifier class is allowed
#rb Thomas.Sarkanen
#preflight 6332c289a4769ad714e78a8c

[CL 22206223 by jurre debaare in ue5-main branch]
2022-09-27 10:55:17 -04:00
bryan sefcik
0beee50b45 Updated ../Engine/Source/Developer/... to inline gen.cpp files
Before:
Total CPU Time: 53783.640625 s
Total time in Parallel executor: 558.66 seconds
After:
Total CPU Time: 47886.140625 s
Total time in Parallel executor: 498.81 seconds

#jira

[CL 22173145 by bryan sefcik in ue5-main branch]
2022-09-24 13:31:25 -04:00
alexis matte
227227d8d7 Make Interchange always on by default
#jira none
#rnx
#rb jeanmichel.dignard
#preflight 632ca990e23e50651b4caa08

[CL 22148323 by alexis matte in ue5-main branch]
2022-09-22 18:58:24 -04:00
thomas sarkanen
75fa129f4f Fix animation blueprint interface being displayed in asset creation menu instead of animation blueprints
Also rename animation blueprint interface to animation layer interface

#jira UE-164673
#rb Jurre.deBaare
#preflight 632c5cdeb4515b7e22c5f528

[CL 22145748 by thomas sarkanen in ue5-main branch]
2022-09-22 17:35:08 -04:00
thomas sarkanen
983daf658d Added filtering for animation blueprint interfaces
#jira UE-145158
#rb Lucas.Dower
#preflight 632ae172f87253e02153cad0

[CL 22112935 by thomas sarkanen in ue5-main branch]
2022-09-21 10:46:31 -04:00
jeanmichel dignard
3c3b751861 Removed unacceptable word from AssetRenameManager.h
#jira UE-158602
#preflight none
#rb none

[CL 22086989 by jeanmichel dignard in ue5-main branch]
2022-09-19 21:56:22 -04:00
robert millar
e6857190f2 Updating collection manager interface to use FSoftObjectPath for the paths of assets and objects rather than FName.
#jira UE-161932
#rb julien.stjean
#preflight https://horde.devtools.epicgames.com/job/6324e773f258fccf98de78cf

[CL 22064625 by robert millar in ue5-main branch]
2022-09-16 20:57:34 -04:00
robert millar
f278cf318f FNames containing asset paths are deprecated. FSoftObjectPath or FTopLevelAssetPath should be used instead.
Fixups for AssetTools.

#jira UE-161932
#rb none
#preflight 631f7fce5f25b56420615fc1

[CL 21976429 by robert millar in ue5-main branch]
2022-09-12 19:54:11 -04:00
bryan sefcik
a3dddc6630 Pass 1 on Developer include fixes:
Removed redundant private include paths from build.cs files.
Fixed include paths to be relative to the private or public folders.
Hid or removed includes that reached into other private module folders.
Updated PublicInclude paths when necessary.

#jira
#preflight 631e281694758d0bf2ea1399

[CL 21960082 by bryan sefcik in ue5-main branch]
2022-09-11 18:32:18 -04:00
robert millar
5516f8d0d4 FNames containing asset paths are deprecated. FSoftObjectPath or FTopLevelAssetPath should be used instead.
Fixups for editor support classes for content browser code.

#jira UE-161932
#rb jason.stasik,jamie.dale
#preflight 631bd2a0d31788ea3ac03570

[CL 21935588 by robert millar in ue5-main branch]
2022-09-10 00:02:37 -04:00
wouter burgers
887916e5c4 SourceControl: Fixed packages not getting saved even if bForceAutoSave was 'true', because the 'MoveDialogInfo.bSavePackages' value never got inspected.
#preflight 630cea32556fc14dce4d346f

[CL 21935515 by wouter burgers in ue5-main branch]
2022-09-10 00:01:13 -04:00
bryan sefcik
f58e75e476 Pass 2 on cleaning up build.cs files.
#jira
#preflight 631b7a79304480f8f8b48580

[CL 21931324 by bryan sefcik in ue5-main branch]
2022-09-09 19:41:38 -04:00