When global invalidation is enabled, Scale Boxes don't react properly to changes in the size of their contents. Licensees have worked around this by updating SScaleBox::OnArrangeChildren:// This sca ...
Enabling the Tango plugin on Linux causes the editor to crash on restart. Regression: No - Tango plugin not available in 4.16.3 (CL 3561208) ...
CHANGELIST: 2107728 BRANCH: UE4 DESCRIPTION: Unchecking the Actor Hidden in Game checkbox is not allowing a Note or an Ambient Sound be visible when played in the editor QA REGRESSION? NO ...
Packaging an Engine plugin fails if another Engine plugin lists that plugin as a private dependency. In the two attached plugins, PluginA lists PluginB as a required plugin in its .uplugin file, and ...
Enabling HZB Occlusion culling results in a reproducible crash. Looks like a community member noticed this back in preview 2: https://forums.unrealengine.com/unreal-engine/announcements-and-release ...
Macro libraries try to support guid-based renaming: when a specific macro is renamed blueprints using the old name will automatically point to the new name and work properly. However, this fixup hap ...
[Link Removed] for reference Playing back a sequence shouldn't have buffered samples. We should have a single one, which was built from the sequence. We need to make sure when played back that it ...
BoneList and BoneFilterActionOption in LOD0 of LODSettings are filters by the following code. void FSkeletalMeshLODSettingsDetails::CustomizeDetails(IDetailLayoutBuilder& LayoutBuilder) { ... st ...
From the UDN case #00649142: My team noticed a bug where sometimes when using "Undo" (Ctrl+Z usually) the BP they are working on disappears in the level. We were able to find a 100% repro case when ...
Looks like there may be a missed edge cases when welding Skeletal Meshes. If the Weld Parent has Simulate Physics enabled after welding, the parent continuously tries to depenetrate from the child ...