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
5c9e52a7689c06e2bc40dee668d0d85cbca4e5a2
UnrealEngineUWP
/
Engine
/
Source
/
Developer
/
AssetTools
/
Private
History
nick darnell
2ca3053047
AssetDefinition - Upgrading another slew of AssetTypeActions.
...
[CL 23172516 by nick darnell in ue5-main branch]
2022-11-17 00:29:40 -05:00
..
AssetTypeActions
AssetDefinition - Upgrading another slew of AssetTypeActions.
2022-11-17 00:29:40 -05:00
AdvancedCopyCustomization.cpp
Updated ../Engine/Source/Developer/... to inline gen.cpp files
2022-09-24 13:31:25 -04:00
AssetDefinition_AssetTypeActionsProxy.cpp
AssetDefinition - Upgrading another slew of AssetTypeActions.
2022-11-17 00:29:40 -05:00
AssetDefinition_AssetTypeActionsProxy.h
AssetDefinition - Upgrading another slew of AssetTypeActions.
2022-11-17 00:29:40 -05:00
AssetFixUpRedirectors.cpp
Updating collection manager interface to use FSoftObjectPath for the paths of assets and objects rather than FName.
2022-09-16 20:57:34 -04:00
AssetFixUpRedirectors.h
…
AssetRenameManager.cpp
This change is a strategical submit for a coming change that removes lots of includes in headers that are included by many files. This change contains adding of includes in files that previously got those includes transitively from other inclkudes
2022-10-26 12:57:32 -04:00
AssetRenameManager.h
Removed unacceptable word from AssetRenameManager.h
2022-09-19 21:56:22 -04:00
AssetTools.cpp
AssetDefinition - Upgrading another slew of AssetTypeActions.
2022-11-17 00:29:40 -05:00
AssetTools.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
AssetToolsConsoleCommands.h
…
AssetToolsLog.h
…
AssetToolsModule.cpp
…
AssetViewUtils.cpp
Added includes for future change. This changelist only contains added #include and a couple of empty placeholder files
2022-11-03 14:18:47 -04:00
CollectionAssetManagement.cpp
Updating collection manager interface to use FSoftObjectPath for the paths of assets and objects rather than FName.
2022-09-16 20:57:34 -04:00
PackageMigrationContext.cpp
Reworked the migration tool so that it support moving assets inside of a plugin.
2022-10-26 19:11:52 -04:00
SAdvancedCopyReportDialog.cpp
…
SAdvancedCopyReportDialog.h
…
SDiscoveringAssetsDialog.cpp
…
SDiscoveringAssetsDialog.h
…
SPackageReportDialog.cpp
…
SPackageReportDialog.h
…