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 ...
From [Link Removed]: 你好,我发现这里的选项有一些工作逻辑不一致,提一个改进建议: 当手动隐藏Actor小眼睛图标的时候,设置Hide Selected At Startup 是无效的,这具有很大的误导性,而其他任何情况下,工作都是正常的,比如: 1.小眼睛隐藏+Show All At Startup 2.小眼睛隐藏+Show Selected At Startup ...
Changing to the perspective camera from a locked camera calls FLevelEditorViewportClient::SetActorLock I'm not sure exactly why it sets the camera to the cached pilot transform and then sets it bac ...