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
378ca77ff5754e71bbde35deeff783ef01b0107c
UnrealEngineUWP
/
Engine
/
Source
/
Developer
/
AssetTools
/
Private
History
a bialokozowicz
8be6ec6511
Fix "Update Redirector References" process unable to fix up redirectors of assets used in level instances
...
#jira UE-217737 #rb JeanFrancois.Dube [CL 37274448 by a bialokozowicz in 5.5 branch]
2024-10-18 13:26:36 -04:00
..
AssetTypeActions
Null check before checking if NewObject is in the temporary package
2024-08-28 13:32:53 -04:00
AdvancedCopyCustomization.cpp
…
AssetDefinition_AssetTypeActionsProxy.cpp
[ContentBrowser] Thumbnail Playback Indicator
2024-08-21 06:09:31 -04:00
AssetDefinition_AssetTypeActionsProxy.h
[ContentBrowser] Thumbnail Playback Indicator
2024-08-21 06:09:31 -04:00
AssetFixUpRedirectors.cpp
Fix "Update Redirector References" process unable to fix up redirectors of assets used in level instances
2024-10-18 13:26:36 -04:00
AssetFixUpRedirectors.h
…
AssetHeaderPatcher.cpp
Changes FAssetHeaderPatcherInner to leverage the CoreRedirect system for resolving FNames in a package header, and string paths when context about the string itself is well known (i.e. we know the string data is a stringified ObjectPath/PackagePath, or ObjectName are deducible). We still make use of string scanning replacement mechanism but those are now constrained to only patching strings content specifically (e.g. Tag data)
2024-10-04 09:42:40 -04:00
AssetRenameManager.cpp
Updating Dev-Release-5.5 from Main at CL
#36144969
2024-09-10 10:26:02 -04:00
AssetRenameManager.h
New localization option to move localized variants alongside source asset in the content browser and another one to detect if those localized variants are only in Revision Control:
2024-08-26 14:02:18 -04:00
AssetTools.cpp
Changes FAssetHeaderPatcherInner to leverage the CoreRedirect system for resolving FNames in a package header, and string paths when context about the string itself is well known (i.e. we know the string data is a stringified ObjectPath/PackagePath, or ObjectName are deducible). We still make use of string scanning replacement mechanism but those are now constrained to only patching strings content specifically (e.g. Tag data)
2024-10-04 09:42:40 -04:00
AssetTools.h
Changes FAssetHeaderPatcherInner to leverage the CoreRedirect system for resolving FNames in a package header, and string paths when context about the string itself is well known (i.e. we know the string data is a stringified ObjectPath/PackagePath, or ObjectName are deducible). We still make use of string scanning replacement mechanism but those are now constrained to only patching strings content specifically (e.g. Tag data)
2024-10-04 09:42:40 -04:00
AssetToolsConsoleCommands.h
…
AssetToolsLog.h
…
AssetToolsModule.cpp
…
AssetViewUtils.cpp
Remove unnecessary check on full object path length
2024-10-01 18:46:15 -04:00
CollectionAssetManagement.cpp
…
FindSourceFileInExplorer.cpp
…
LocalizedAssetTools.cpp
Updating Dev-Release-5.5 from Main at CL
#36144969
2024-09-10 10:26:02 -04:00
LocalizedAssetTools.h
Added another dialog option in the new LocalizedAssetTools
2024-09-03 13:23:37 -04:00
PackageMigrationContext.cpp
Remove all simple usage of REN_ForceNoResetLoaders from the codebase since the flag has been deprecated and currently does nothing. Simple in this case is direct use of the flag with no conditional logic. More complex uses were removed in another change.
2024-06-17 11:55:02 -04:00
SAdvancedCopyReportDialog.cpp
…
SAdvancedCopyReportDialog.h
…
SDiscoveringAssetsDialog.cpp
…
SDiscoveringAssetsDialog.h
…
SFileListReportDialog.cpp
Updating Dev-Release-5.5 from Main at CL
#36144969
2024-09-10 10:26:02 -04:00
SFileListReportDialog.h
Updating Dev-Release-5.5 from Main at CL
#36144969
2024-09-10 10:26:02 -04:00
SPackageReportDialog.cpp
…
SPackageReportDialog.h
…