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
0dcaff90dba50200c8df6dfb1663d5020fc3272e
UnrealEngineUWP
/
Engine
/
Source
/
Developer
/
AssetTools
/
Private
History
Dave Belanger
1b0e9852e9
fix wrong copyright
...
#rb none #jira none [CL 15672369 by Dave Belanger in ue5-main branch]
2021-03-10 21:33:22 -04:00
..
AssetTypeActions
fix wrong copyright
2021-03-10 21:33:22 -04:00
AdvancedCopyCustomization.cpp
…
AssetFixUpRedirectors.cpp
…
AssetFixUpRedirectors.h
…
AssetRenameManager.cpp
Fixed issue where renaming certain assets causes soft reference issues, with special handling for GameMapsSettings: ensure redirectors are created for assets that are soft-referenced by CDOs when they are renamed. Enhanced warning message at time of renaming if any GameMapsSettings are affected. Added error at cook time if any of the GameMapsSettings maps/modes are still pointing to redirectors, as they will fail to load at runtime.
2021-02-19 16:15:20 -04:00
AssetRenameManager.h
Fixed issue where renaming certain assets causes soft reference issues, with special handling for GameMapsSettings: ensure redirectors are created for assets that are soft-referenced by CDOs when they are renamed. Enhanced warning message at time of renaming if any GameMapsSettings are affected. Added error at cook time if any of the GameMapsSettings maps/modes are still pointing to redirectors, as they will fail to load at runtime.
2021-02-19 16:15:20 -04:00
AssetTools.cpp
BPGC and WBPGC asset actions and icons
2021-03-10 21:05:00 -04:00
AssetTools.h
Packed Level Instance MVP (based on SPMeshPacker)
2020-11-16 08:50:22 -04:00
AssetToolsConsoleCommands.h
…
AssetToolsLog.h
…
AssetToolsModule.cpp
…
AssetViewUtils.cpp
Merge Release-Engine-Staging to Main @ CL# 15151250
2021-01-21 16:22:06 -04:00
AssetVtConversion.cpp
During VT texture conversion, call UTexture::Modify() before making changes rather than after
2020-12-01 18:20:19 -04:00
AssetVtConversion.h
Registered references held by FVTConversionWorker to prevent GC issues.
2020-05-05 15:05:40 -04:00
CollectionAssetManagement.cpp
Merging //UE5/Release-Engine-Staging @ 13752110 to Main (//UE5/Main)
2020-06-23 18:40:00 -04:00
SAdvancedCopyReportDialog.cpp
…
SAdvancedCopyReportDialog.h
…
SDiscoveringAssetsDialog.cpp
…
SDiscoveringAssetsDialog.h
…
SPackageReportDialog.cpp
…
SPackageReportDialog.h
…