This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c245cdc36281eb0cd31c8265a263aaaed00a4580
UnrealEngineUWP
/
Engine
/
Plugins
/
Editor
/
EngineAssetDefinitions
/
Source
/
Public
History
nick darnell
5f8e573fc3
AssetDefinition - Converting AssetTypeActions_Curve...etc to an AssetDefinition.
...
[CL 23147988 by nick darnell in ue5-main branch]
2022-11-15 19:43:36 -05:00
..
AssetDefinition_Blueprint.h
AssetDefinition - Converting AssetTypeActions_Curve...etc to an AssetDefinition.
2022-11-15 19:43:36 -05:00
AssetDefinition_DataAsset.h
AssetDefinition - Converting AssetTypeActions_Curve...etc to an AssetDefinition.
2022-11-15 19:43:36 -05:00
AssetDefinition_Redirector.h
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
AssetDefinition_World.h
AssetTypeActions - Fixing a case where the "Basic" category needs special rules since it's not actually in the Advanced set. The new system doesn't do this, it just has categories.
2022-11-14 14:15:43 -05:00