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
5.3
Add File
New File
Upload File
Apply Patch
UnrealEngineUWP
/
Engine
/
Source
/
Developer
/
AssetTools
/
Private
History
Francis Hurteau
b073de2337
Truncation warnings fixes for AssetTools
...
#rb Devin.Doucette #jira UE-166274 [CL 26758160 by Francis Hurteau in 5.3 branch]
2023-08-01 18:21:27 -04:00
..
AssetTypeActions
Truncation warnings fixes for AssetTools
2023-08-01 18:21:27 -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
Truncation warnings fixes for AssetTools
2023-08-01 18:21:27 -04:00
AssetFixUpRedirectors.h
…
AssetRenameManager.cpp
…
AssetRenameManager.h
…
AssetTools.cpp
Truncation warnings fixes for AssetTools
2023-08-01 18:21:27 -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
Truncation warnings fixes for AssetTools
2023-08-01 18:21:27 -04:00
CollectionAssetManagement.cpp
Feedback changes to Collections telemetry
2023-05-16 13:02:13 -04:00
FindSourceFileInExplorer.cpp
…
PackageMigrationContext.cpp
Converting ARO-facing raw pointers to TObjectPtr ahead of raw pointer ARO API deprecation.
2023-05-16 10:52:49 -04:00
SAdvancedCopyReportDialog.cpp
Truncation warnings fixes for AssetTools
2023-08-01 18:21:27 -04:00
SAdvancedCopyReportDialog.h
…
SDiscoveringAssetsDialog.cpp
…
SDiscoveringAssetsDialog.h
…
SPackageReportDialog.cpp
…
SPackageReportDialog.h
…