The ResavePackages commandlet with -ResaveClass and -IncludeChildClasses doesn't resave unloaded assets

UE - Editor - Workflow Systems - Nov 28, 2024

The ResavePackages commandlet can be used to batch resave assets. The ResaveClass and IncludeChildClasses options let one resave all assets of a specific parent class. The problem is that blueprint ...

External objects added through customization have incorrect behaviour with EditConditionHides

UE - Editor - Workflow Systems - Nov 7, 2024

Copy-paste the TestCode.h and TestCode.cpp into a module Activate the customization in the StartupModule() function ``` FPropertyEditorModule& PropertyModule = FModuleManager::LoadModuleChecked<FPro ...

The Open Asset dialog is disabled during breakpoint

UE - Editor - Workflow Systems - Oct 31, 2024

UE 5.5 delayed Python initialization causes issues

UE - Editor - Workflow Systems - Oct 28, 2024

From this UDN: [Link Removed] The customer reports that this issue did not happen in 5.4. ...

Editor crashes if close while Perforce providers have work in progress

UE - Editor - Workflow Systems - Oct 25, 2024

This is from this UDN [Link Removed] ...

Crash when pasting category

UE - Editor - Workflow Systems - Oct 25, 2024

The following code example will generate category rows with nullptr assigned to OnPasteFromTextDelegate which causes a crash if the user tries to paste onto a row. Once you have this code create th ...

Users are unable to create projects when the default project location is a networked drive

UE - Editor - Workflow Systems - Oct 23, 2024

There have been multiple reports of this issue, particularly from schools, over the last 10 years:https://forums.unrealengine.com/t/invaild-folder-path-with-network-user-drives/283475https://forums. ...

Unreal Editor can get in an infinite while loop when checking the History of an asset under Perforce.

UE - Editor - Workflow Systems - Oct 21, 2024

Unreal Editor can get in an infinite while loop when the action Asset->Source Control->History is used in a Blueprint Asset. Reportedly, this issue is only encountered when using the Branches featur ...

Content Browser columns should not be determined by a randomly picked asset

UE - Editor - Workflow Systems - Oct 8, 2024

SAssetView::SetMajorityAssetType for most asset types randomly picks a visible asset to grab the metadata from, which is what derives the CB columns. This can become a problem if the random asset it ...