Compile error with Local Variable of a Struct that contains a Set or Map type

UE - Gameplay - Mar 7, 2017

Compile error with Local Variable of a Struct that contains a Set or Map type. Standard and array variables work without issue. Non-local variables also work without issue. ...

Nativeize assets fails with Set/Map variable for character

UE - Gameplay - Blueprint - Mar 7, 2017

Nativeize assets fail with the new variable types introduced in 4.15. This issues also occurred when tested using the third person character template Build fails with: FirstPersonCharacter__pf205 ...

Wrong transform of Destructibles that use Extended Structures

OLD - Anim - Mar 7, 2017

Wrong transform of Destructibles that use Extended Structures. Destructible must be contained within a BP and only occurs during Standalone Game. All other play modes, including packaged, work as ...

SSR Does Not Work On Mobile or Mobile Preview

UE - Platform - Mobile - Mar 7, 2017

In our Docs page SSR is listed as compatible with mobile here: https://docs.unrealengine.com/latest/INT/Platforms/Mobile/PostProcessEffects/ While testing this doesn't seem to be the case so either ...

Crash when launching Animation level of ContentExamples onto Mac

OLD - Anim - Mar 6, 2017

The standalone game window will crash when attempting to launch the Animation level of ContentExamples onto a Mac. I was unable to reproduce this issue in //UE4/Main at CL 3334033. ...

[CrashReport] <unknown module>!UE4Editor_TrueSkyPlugin!FTrueSkyPlugin::RenderFrame()

UE - Graphics Features - Mar 6, 2017

This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Descriptions from users are provided below. Error message: Access violation - code c0000005 ( ...

Odd decimals showing in FPS timeline of Sequencer

UE - Anim - Sequencer - Mar 6, 2017

There are odd decimals when FPS time snapping is set. This seems like a similar issue from UE-41311 This is a regression from This does not occur in //UE4/Main at CL 3334092 ...

Crash editing Landscape Splines with Level Sequence Open

Tools - Mar 6, 2017

A crash occurs when attempting to transform a landscape spline with a Level sequence open. It is important to note that no key framing or animating of the landscape spline control point is occurrin ...

[CrashReport] PhysX3_x64!physx::PxsNphaseImplementationContext::unregisterContactManager() [pxsnphaseimplementationcontext.cpp:644]

UE - Simulation - Physics - Mar 6, 2017

This crash is occurring in a developer's packaged project for their end-users. End-user comments are below (unique to the specific project)The game started flickering and then crashed!I set down a ...

Data is not filled in for a Blueprint struct array contained within another Blueprint struct

UE - Gameplay - Blueprint - Mar 6, 2017

If a Blueprint struct contains a variable that is an array of another Blueprint struct, data in a datatable based on the first struct will not be correctly filled in for the struct array. If the str ...