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
f4e704099b4bc4e897bcfafee016f5519a497edd
UnrealEngineUWP
/
Engine
/
Source
/
Developer
/
AssetTools
/
Private
History
julien stjean
10402eed8a
Fixed a crash when canceling an asset migration. When moving back the packages to their original path there could be some packages left from the migration.
...
#jira UE-215128 #rb Alexis.Matte [CL 33860163 by julien stjean in ue5-main branch]
2024-05-23 09:35:57 -04:00
..
AssetTypeActions
Do not allow users to create a child blueprint based off of a BP function library. This never worked, and you would only recieve comipliation errors if you made one.
2024-05-10 14:32:25 -04:00
AdvancedCopyCustomization.cpp
…
AssetDefinition_AssetTypeActionsProxy.cpp
…
AssetDefinition_AssetTypeActionsProxy.h
…
AssetFixUpRedirectors.cpp
Fix use of deprecated method
2024-04-19 18:31:08 -04:00
AssetFixUpRedirectors.h
Fix up redirectors flow update
2024-02-21 17:10:19 -05:00
AssetHeaderPatcher.cpp
Fix for using Headerpatching issues when running LCW automated test.
2024-03-26 05:27:41 -04:00
AssetHeaderPatcher.h
Using header patcher instead of root asset package patcher
2024-01-12 12:06:14 -05:00
AssetRenameManager.cpp
Workaround for crash serializing CDOs: Skip text properties
2024-04-09 16:05:05 -04:00
AssetRenameManager.h
Automatically make an asset public when moving it in another plugin if it's going to be referenced from another plugin after the move (including redirectors)
2024-01-12 11:54:15 -05:00
AssetTools.cpp
Fixed a crash when canceling an asset migration. When moving back the packages to their original path there could be some packages left from the migration.
2024-05-23 09:35:57 -04:00
AssetTools.h
AssetTools: Add a IAssetTools::SanitizeName function. Interchange call the new sanitize code API when sanitizing a name, not when sanitizing a path.
2024-05-21 08:37:48 -04:00
AssetToolsConsoleCommands.h
…
AssetToolsLog.h
…
AssetToolsModule.cpp
…
AssetViewUtils.cpp
[ALT]
2024-04-23 07:41:00 -04:00
CollectionAssetManagement.cpp
Making collection manager thread safe to allow future work to run content browser search in parallel.
2024-04-19 18:17:59 -04:00
FindSourceFileInExplorer.cpp
…
PackageMigrationContext.cpp
…
SAdvancedCopyReportDialog.cpp
Slate: Deprecate SListView::ItemHeight and STreeViewItemHeight. ItemHeight and ItemWidth are only used when the panel is is as a tile or both value are assigned. With TreeView and ListView, you can't assigned both. The function are protected, a subclass of those could but it's up to them to expose the ItemHeight and ItemWidth. This behavior changed was introduced with CL 7634094.
2024-05-01 08:05:39 -04:00
SAdvancedCopyReportDialog.h
…
SDiscoveringAssetsDialog.cpp
…
SDiscoveringAssetsDialog.h
…
SPackageReportDialog.cpp
Slate: Deprecate SListView::ItemHeight and STreeViewItemHeight. ItemHeight and ItemWidth are only used when the panel is is as a tile or both value are assigned. With TreeView and ListView, you can't assigned both. The function are protected, a subclass of those could but it's up to them to expose the ItemHeight and ItemWidth. This behavior changed was introduced with CL 7634094.
2024-05-01 08:05:39 -04:00
SPackageReportDialog.h
…