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
998b17c6ea26fcaba8327dc2aa6f2ef01ac79e42
UnrealEngineUWP
/
Engine
/
Source
/
Developer
/
AssetTools
/
Private
History
keaton stewart
ca3444d858
Back out changelist 25342326 for [FN Main CIS] NonUnity Error
...
[FYI] Nick.Baltis [CL 25346626 by keaton stewart in ue5-main branch]
2023-05-04 20:35:17 -04:00
..
AssetTypeActions
Back out changelist 25342326 for [FN Main CIS] NonUnity Error
2023-05-04 20:35:17 -04:00
AdvancedCopyCustomization.cpp
…
AssetDefinition_AssetTypeActionsProxy.cpp
AssetDefinition - Fixing filter categories to include everything that hasn't yet been converted to a Asset Definition.
2023-01-21 21:00:48 -05:00
AssetDefinition_AssetTypeActionsProxy.h
Editor Performance - Fixing a long standing issue with asset thumbnails, they've been loading the assets for a pretty long time now, because of the thumbnail editing mode. Note that thumbnail editing mode was not needed to be enabled and yet the asset would still load. This was a cause for a lot of hitches in the Content Browser.
2023-01-20 11:49:23 -05:00
AssetFixUpRedirectors.cpp
Replace any instances of "Source Control" with "Revision Control" in text in the Editor
2022-11-23 11:57:50 -05:00
AssetFixUpRedirectors.h
…
AssetRenameManager.cpp
Replace any instances of "Source Control" with "Revision Control" in text in the Editor
2022-11-23 11:57:50 -05:00
AssetRenameManager.h
…
AssetTools.cpp
Back out changelist 25342326 for [FN Main CIS] NonUnity Error
2023-05-04 20:35:17 -04:00
AssetTools.h
Fixing a bug that occurs when creating a new plugin from a template containing .uasset files. It's possible for the plugin to fail to register if the post copy rename is triggered while the asset registry scan is still pending. The calling code assumes that the rename is synchronous however it can defer the operation and return. This puts the plugin in a bad state.
2023-05-01 17:48:02 -04:00
AssetToolsConsoleCommands.h
…
AssetToolsLog.h
…
AssetToolsModule.cpp
…
AssetViewUtils.cpp
[EIS] Minor improvement to the error messaging when renaming an asset.
2023-04-12 10:57:26 -04:00
CollectionAssetManagement.cpp
…
FindSourceFileInExplorer.cpp
AssetDefinition - Upgrading the Data/Curve tables to use the new AssetDefinition.
2023-01-13 16:11:10 -05:00
PackageMigrationContext.cpp
The migration can now change the writing permissions temporally to save the migrated assets.
2023-01-09 13:51:05 -05:00
SAdvancedCopyReportDialog.cpp
…
SAdvancedCopyReportDialog.h
Advanced Copy - Optional callback when copy is complete, and expose to blueprints
2023-01-19 17:12:52 -05:00
SDiscoveringAssetsDialog.cpp
…
SDiscoveringAssetsDialog.h
…
SPackageReportDialog.cpp
…
SPackageReportDialog.h
…