Low FPS in Kite Demo

Tools - Mar 9, 2017

When attempting to play the GDC_Landscape_01 map in Editor or as Standalone Game, game plays with very low FPS ~ 3-10 on machines that should be able to handle 30+. While testing for regression, ra ...

Compile error when connecting Literal enum node to Enum container Map type

UE - Gameplay - Blueprint - Mar 9, 2017

Compile error when connecting Literal enum node to Enum container Map type. If this connection isn't compatible, a "Byte to Enum" would be expected to be created. ...

2D Blendspace breaks when aligning samples in a straight line

OLD - Anim - Mar 9, 2017

2D Blendspace breaks when aligning samples in a straight line Regression: YES Worked: 3249277 (4.14.3) Broken: 3299760 (4.15.0) ...

Crash when Calling Enable HMD (True) in a shipping build

UE - Platform - XR - Mar 9, 2017

Crash with empty callstack when Calling Enable HMD (True) in a shipping build ...

Assertion Failed AsyncLoading.h on launch of a Dedicated server built from the First Person Template

UE - Networking - Mar 9, 2017

Using the first person template to build/compile/package a dedicated server causes the server to assert shortly after launch. This assert does not occur when building a dedicated server from a thir ...

Reimporting a static mesh with modified material LODs does not update the materials correctly

Tools - Mar 9, 2017

In Main the cube Section0 LOD material is replaced with the DefaultGrid material which is also not expected. This appears to be a regression from 4.15 based on the test execution history. ...

Material Stats returning Incorrect Sampler and Instruction Counts

UE - Graphics Features - Mar 9, 2017

When creating and modifying a material, the base Texture Sampler count and instructions are returning incorrect values. In 4.14.3 whenever you create a new material the Texture Sampler count is 0/1 ...

Re-Importing a Static Mesh Removes All Sockets

Tools - Mar 9, 2017

Re-importing a static mesh results in all currently applied sockets being removed from the static mesh in the Editor. Workaround: Setting the sockets up in the Native 3D editing software followin ...

Blueprint unable to compile if including a macro that includes one of its functions

UE - Gameplay - Blueprint Compiler - Mar 9, 2017

Blueprints that include a macro that includes one of their own functions are unable to compile. The error message that is given is: Error Could not find a function named "MyFunction" in 'ActorBP_C'. ...

memory leak from incorrect PhysX shape ref counting

UE - Simulation - Physics - Mar 9, 2017

PxShapes are created with a ref count of 1, and it is up to the caller to decrement this once the shape has been attached to an actor. There are a handful of places in the code in which this doesn' ...