Unreal currently locks any assets that are loaded. Actions such as "revert" from within the editor handle this properly by unloading the asset but unshelving from within the editor does not respect ...
File "<ENGINE_PATH>/Engine/Config/BaseEditorSettings.ini" contains the following setting: [/Script/UnrealEd.ContentBrowserSettings] ; Whether to display the game project plugins in the Content Brow ...
Right-clicking any object (Assets or ExternalActors) in ViewChanges allows selection. Conversely, using Source Control > View Changes from an Actor's right-click menu in the Outliner navigates to Vi ...
Hovering over items in the ViewChanges list shows resource paths and short package names, but these cannot be copied. Users must instead select the Actor in the Outliner to copy this information. Pl ...
1. Objects in the Unsaved list cannot be discarded, only saved. The only options to discard changes are restarting UE or manually locating each resource and clicking Reload. This becomes extremely c ...
Copy-pasting an actor property that is a set of strings adds extra quotes and escapes. The licensee has reported: The problem doesn't happen for example for properties of types set of integers, nor ...
The licensee has reported that the naming of the IsEnabled node is not descriptive enough and can be easily confused with other IsEnabled functions or variables. The Licensee has requested that the ...
The JSON export functionality for DataTable relies on a FieldIterator to gather properties. This iterator is unable to gather the properties from the InstancedStruct. CSV export functionality works ...
This is a regression, it worked correctly up to UE 5.4, but repros on UE 5.5 and 5.6. Also, this seems related to [Link Removed], which was fixed by CL 40649716/40649749 and integrated into UE 5.6, ...
When editing a component property in the level viewport, if the component was added via the Blueprint Editor, pressing Enter after changing a value causes the details panel to lose focus. This inter ...