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
17554cd989b4f2a7ee3d06dc94de870a0eb39dc3
UnrealEngineUWP
/
Engine
/
Source
/
Developer
/
AssetTools
/
Private
History
yoan stamant
938f456b05
Moved UserDefinedStruct to CoreUObject
...
#jira UE-216472 #rb Devin.Doucette [CL 34495793 by yoan stamant in ue5-main branch]
2024-06-19 08:00: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
…
AssetHeaderPatcher.cpp
Fix AssetHeaderPatching handling of quoted paths.
2024-06-07 17:24:48 -04:00
AssetHeaderPatcher.h
…
AssetRenameManager.cpp
SourceControl: Fixed AssetRenameManager handling unresponsive source control incorrectly.
2024-06-07 16:22:24 -04:00
AssetRenameManager.h
SourceControl: Fixed AssetRenameManager handling unresponsive source control incorrectly.
2024-06-07 16:22:24 -04:00
AssetTools.cpp
Moved UserDefinedStruct to CoreUObject
2024-06-19 08:00:57 -04:00
AssetTools.h
Adding Multi root remapping to header patcher for Duplicate plugin.
2024-05-31 09:56:56 -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
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
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
…