When blueprints are compiled, instances of those blueprints have their attachments detached and then reattached. Reattachments always occur on the RootComponent regardless of which component they we ...
The list view containing the files operated on by source control is missing a few hooks to refresh its contents, which can result in the view being delayed or inaccurate. ...
Within a UEditorScriptableClickDragTool tool, when attempting to watch the changes of an UENUM property using WatchEnumProperty() node, the property will never be able to be found during FindValid ...
A user has reported that when using the Scene Outliner in a large map that has many actors and nested folders in the Outliner, deleting a folder that has subfolders from the Scene Outliner with Dele ...
In the blueprint editor when selecting multiple components and resetting a property that exists on both components to its default value, when the components had different default values the editor r ...
Since UE5.0, cannot edit double variables in property matrix. In UE4.27, it worked correctly and could be edited from the property matrix. This is because double variables are not supported in SProp ...
Turning on batching of sphere casts when colliding against complex gives incorrect results. Affects debug output and vehicle wheels and body movement. The issue is with the batch query mode which ...
From the UDN licensee: I put together a draft PR of something that should work. As I mentioned in the PR, this works as expected with one caveat; in SPinComboBox::Construct we are hardcoding the to ...
WaterBodyCustom seems not to work with Distance Culling settings on its own actor, either Draw Distance/Never Distance Cull or Allow Cull Distance Volume. It only can be controlled by the CullingD ...