2022-11-15 19:42:39 -05:00
..
2022-11-15 19:42:39 -05:00
2022-10-22 15:37:16 -04:00
2022-11-02 05:28:26 -04:00
2022-10-18 05:07:28 -04:00
2022-07-01 15:45:09 -04:00
2022-10-11 20:52:50 -04:00
2022-11-02 13:10:22 -04:00
2022-09-21 14:35:21 -04:00
2022-10-11 11:19:10 -04:00
2022-11-10 12:10:40 -05:00
2022-10-31 20:04:48 -04:00
2022-11-11 13:31:11 -05:00
2022-11-01 04:59:34 -04:00
2022-10-10 14:52:47 -04:00
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.
2022-11-10 13:13:41 -05:00
2022-10-14 18:39:39 -04:00
2022-07-13 14:05:50 -04:00
2022-11-15 19:42:39 -05:00
2022-11-15 19:40:11 -05:00
2022-10-07 18:10:19 -04:00
2022-10-27 11:07:42 -04:00