A request has come in to be able to use customizations with soft references. Customer description: Steps to reproduce: Code: 1 -> In c++, create a new uclass (let's call it UMyClass) in a modul ...
This is not a regression. Tested in //UE5/Release-5.2 CL26001984 After assigning an IES Profile to a light the icon for that profile updates to a gradient bloom preventing the profile from being pr ...
The Editor Config system appears to support a hierarchy of JSON files (similarly to INI files) in three locations:Engine: "../../../Engine/Config/Editor"Project: "<PROJECT>/Config/Editor"User: "<APP ...
When edited through the Details Panel in the Editor, TMap and TSet properties should not allow duplicate keys. When those keys are USTRUCTs with the “WithIdenticalViaEquality” trait, this should be ...
The class FcollisionProfileNameCustomization customizes the property editor for the class FcollisionProfileName. However, it does not handle the case where multiple assets/actors are being edited si ...
In: [Editor\PropertyEditor\Private\PropertyEditorHelpers.cpp:118] function SPropertyValueWidget::ConstructPropertyEditorWidget checks what type of widget to create. In: [Editor\PropertyEditor\ ...
This was found by a customer through a UDN, and they offered the fix for it, as well. The basic steps to reproduce the crash are as follows:call GEditor->SetPropertyColorationTarget(...) somewhere i ...
When force deleting a dataflow graph with the dataflow graph editor open it will crash the engine. This issue is occurring in Binary //UE5/Release-5.3 @ CL 26560699 This issue is occurring in Binar ...
Custom context menus will not function when the property they are attached to is read-only, as the input events no longer make it to our customization, but seem to get intercepted higher up the cha ...