Creating External Curve for a function's local struct variable causes editor to crash

UE - Gameplay - Blueprint - Sep 6, 2016

Defining a FRuntimeFloatCurve inside a code based struct causes the editor to crash if the struct is added as a local variable to a blueprint function and the "Create External Curve" button is press ...

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 ...

Delay nodes used in a macro cause subsequent macro calls during the delay to never complete

UE - Gameplay - Blueprint - Sep 6, 2016

Calling a macro that has a delay node again before the original call's delay could finish will cause the second call to be ignored when reaching the delay node. This did not occur in 4.12.5 and is n ...

FBX & OBJ Files no longer Import with their UVs Depending on Software Used

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

Importing an OBJ file no longer imports the UVs. Test asset included for OBJ and FBX version of the same file. Added Test FBX from SketchUp Tested with: 4.12.5 CL-3039270 - Working 4.13.0 CL-31 ...

Setting child actor component offset breaks child component variables set in parent constructor

UE - Gameplay - Blueprint - Sep 6, 2016

If a child actor component has a local offset from the parent, any of the child's variables that are set in the parent's construction script are not registered. Workaround: Setting child variables ...

Crash when Importing .OBJ using the File > Import into Level Option

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

This JIRA is being entered as a result of it being one of the top crashes in 4.13.0. Error message: Access violation - code c0000005 (first/second chance not available) Source Context: 1671 ...

[CrashReport] UE4Editor_LevelEditor!SLevelViewport::SaveConfig() [slevelviewport.cpp:2019]

Tools - Sep 6, 2016

This JIRA is being entered as a result of it being one of the top crashes in 4.13.0. Error message: Access violation - code c0000005 (first/second chance not available) Source Context: 2004 ...

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. ...