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 ...
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 ...
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 ...
If "Editable when Inherited" is disabled for the static mesh component the issue does not occur. The bug could be related with other UDN cases:https://udn.unrealengine.com/s/case/5004z00001ruXmEAAU ...
It seems in the FBodyInstance::InitDynamicProperties_AssumesLocked, we early out when the body instance's collision is QueryOnly, but actually we only recreate its physics state when changing from N ...