Also integrated Euan Carmichael CL 25133190 to compile and PostUpdate the Animation Blueprint, after assigning new skeleton or creating a template
#rb @thomas.sarkanen
#fyi @euan.carmichael
#jira UE-161386
#preflight 64479b84bd7cb48eead80c1e
[CL 25177432 by jaime cifuentes in ue5-main branch]
This change converts EditorUtilityWidgetBlueprint, EditorUtilityBlueprint and UMG's WidgetBlueprint and WidgetBlueprintGeneratedClass assets to use the newer AssetDefintion framework.
AssetTypeActions were removed with this CL.
#jira UE-175201
#rb johan.duparc
#preflight 641cb26fa86ae7cbccf2f044
[CL 24773253 by logan buchy in ue5-main branch]
To address Main CIS Non Unity Error.
[FYI] Stanley.Hayes
Original CL Desc
-----------------------------------------------------------------
#JIRA: FORT-576562
Disable the "Create Blueprint class" based on non bp script
#rb YiLiang.Siew
#rb Jared.Cotton
#rnx
#preflight 641267e4d0208e856491d1ca
[CL 24667633 by hilda cruz in ue5-main branch]
Disable the "Create Blueprint class" based on non bp script
#rb YiLiang.Siew
#rb Jared.Cotton
#rnx
#preflight 641267e4d0208e856491d1ca
[CL 24667629 by stanley hayes in ue5-main branch]
Switched submenu that required loading the skeleton over to use a dialog so the menu doesnt have to load any assets
#jira UE-174837
#preflight 6411c1f7af3fc35292756907
#rb jurre.debaare
[CL 24654803 by thomas sarkanen in ue5-main branch]
AssetDefintiion - Converted more blueprint / Animation blueprint stuff over to be an asset definition.
#jira UE-165574
[CL 23804692 by nick darnell in ue5-main branch]
AssetDefinition - Working on the asset definitions for blueprints/class types, iterating on the Merge API. Bringing over more of the blueprint features into its asset definition, unregistered the Blueprint AssetType Actions.
Asset Filters - We now support categories per filter, this enables a single asset definition to correctly specify multiple filters. For example, blueprints actually supply 4 filters, one for blueprints, but also blueprint interfaces, macros and function libraries.
[CL 23791489 by nick darnell in ue5-main branch]
AssetDefinition - Changing how getting the SourceFiles works a bit, wanted it to be easier to just get the real data and not have to wrap it myself, and also to not need to needlessly put it into a container if it's not needed.
#jira UE-165574
[CL 23686064 by nick darnell in ue5-main branch]
Editor - Upgrading the Texture AssetTypeActions to be AssetDefinitions.
#jira UE-169989
#jira UE-165574
[CL 23121796 by nick darnell in ue5-main branch]
Several amounts of effort went into the newer design of UAssetDefinition to make it easier to change over time, more things are structs now for input and output so additional parameters can be added.
AssetDefinition module is an editor module instead of being a developer module.
AssetDefinition does not include a myraid of things it shouldn't such as the blueprint module and UnrealEd.
#jira UE-165574
#preflight 636c0ec4d0174259cca85e37
[CL 23083536 by nick darnell in ue5-main branch]
[FYI] Nick.Darnell
Original CL Desc
-----------------------------------------------------------------
AssetDefinition - This is the seed of a long term replacement of IAssetTypeActions. IAssetTypeActions is woefully inadiquit now. It puts a lot of functionality in one place, which wouldn't be a terrible thing, except for the GetActions, and some of the menu stuff being built into this class. We need to make an effort to not have to load every single asset just to open the context menu you have selected, to-wit, a previous CL made it so that summoning the menu no longer *Had* to load the assets, however several remaining issues remained with the Blueprint Utility Actions, and the fact that we don't "KNOW" if we need to call GetActions for an asset. We could introduce a replacement in the class, but that would just get inherited, causing other issues. So instead the parallel UObject based AssetDefinition now exists. In large part it will probably be very similar to the other one, but several things in it probably need to chnage. For now there is a bridging concept in the form of the AssetDefinitionAssetTypeProxy.
Several amounts of effort went into the newer design of UAssetDefinition to make it easier to change over time, more things are structs now for input and output so additional parameters can be added.
AssetDefinition module is an editor module instead of being a developer module.
AssetDefinition does not include a myraid of things it shouldn't such as the blueprint module and UnrealEd.
#jira UE-165574
#preflight 636c0ec4d0174259cca85e37
[CL 23072024 by bob tellez in ue5-main branch]
Several amounts of effort went into the newer design of UAssetDefinition to make it easier to change over time, more things are structs now for input and output so additional parameters can be added.
AssetDefinition module is an editor module instead of being a developer module.
AssetDefinition does not include a myraid of things it shouldn't such as the blueprint module and UnrealEd.
#jira UE-165574
#preflight 636c0ec4d0174259cca85e37
[REVIEW]
[CL 23072002 by nick darnell in ue5-main branch]