Child actor components get duplicated when duplicating a level (extra duplicates)

UE - Gameplay - Sep 7, 2016

Child actor components get duplicated when duplicating a level (extra duplicates). The duplicate level has more instances of the child actor component than the original ...

Widget Component Ignores Bounds Scale

UE - Editor - UI Systems - Sep 7, 2016

When a widget component is using it's own bounds scale the value doesn't appear to have an effect in the editor. To verify this I added a parent component and used it's bounds scale with the same va ...

AvfMedia: Many file types supported on macOS and iOS are reported as not supported in UE4

Media Framework - Sep 6, 2016

See also https://forums.unrealengine.com/showthread.php?64082-Media-Framework-Roadmap&p=590662&viewfull=1#post590662 ...

SetAngularPositionDrive and SetAngularVelocityDrive in ConstraintDrives.cpp have unused parameters

UE - Simulation - Physics - Sep 6, 2016

In ConstraintDrives.cpp, SetAngularPositionDrive and SetAngularVelocityDrive do not use "InEnableTwistDrive" and instead assign "TwistDrive" to "InEnableSwingDrive". void FAngularDriveConstraint::S ...

User confusion over Visibility/Hidden in Game track

UE - Anim - Sequencer - Sep 6, 2016

User confusion over Visibility/Hidden in Game track. We're running into some issues where it's only switching Hidden in Game when you Play, which essentially does nothing with lights, among other p ...

Lightmap Coordinate Index is not automatically set to 1 on import any longer with lightmap UV

UE - Editor - Content Pipeline - Import and Export - Sep 6, 2016

When importing a static mesh with a second UV channel setup for the lightmap the second UV is no longer being automatically assigned as the lightmap coordinate index. In 4.12 the second UV detected ...

Assigning a new Collision Channel to an already fractured Destructible will cause a crash

UE - Simulation - Physics - Destruction - Sep 6, 2016

The editor will crash when assigning a new collision channel to an already fractured destructible mesh. Tested in: 4.13 CL-3106830 4.14 Dev-Main CL-3109838 ...

Crash when casting to owner from AnimGraph

OLD - Anim - Sep 6, 2016

Crash occurs when casting back to the pawn owner from the Anim Graph. In this case, it is being used for "Copy Pose from Mesh" Workaround: Cast to Owner from Event Graph, defining variable as the ...

Crash deleting skeleton when it's being used in current level

OLD - Anim - Sep 6, 2016

Crash occurs when the user deletes a skeleton while it is being used in the current level. If the skeleton is not in the loaded level, the crash will not occur. ...