Ensures for Pixel and Vertex Shaders occur when running TM-ShaderModels with -onethread

UE - Graphics Features - Jan 20, 2017

Two ensures fire when opening the TM-ShaderModels Map in QAGame with the -onethread argument. The callstacks look identical with the exception that one is for a pixel shader and the other is for a v ...

Crash when opening TM-ShaderModels with -onethread

UE - Graphics Features - Jan 20, 2017

An assert fails when opening the TM-ShaderModels map in QAGame with the -onethread argument. The crash does not occur on any other maps tested. Two other ensure occur before the assert, those issues ...

Crash Occurs When Using NetProfile While Running Packaged Build With Connected Client

UE - Networking - Jan 19, 2017

A crash is occurring when attempting to use the netprofile command while running a packaged game with the server on one PC and the client on another. ...

Assets are invalidated if named or renamed with a leading underscore

UE - Editor - Content Pipeline - Content Browser - Jan 12, 2017

Renaming or naming assets with a leading underscore invalidates the asset. The assets will be renamed to "None" and report occupying 1KB in space. It is no longer possible to interact with an object ...

IsTickableInEditor is ignored

UE - Foundation - Core - Jan 10, 2017

Changing IsTickableInEditor to false does not prevent an object from ticking while in editor mode. ...

Crash on Device when Deploying Mobile Project with Modulated Shadows and Planar Reflections on iOS 9

UE - Platform - Mobile - Jan 6, 2017

A crash occurs on iOS when deploying the licensee's project using iOS 9 version. The crash does not occur when deployed to a device using iOS 10 version. They believe the crash to be related to Pl ...

Changing TeleportRotationThreshold or TeleportDistanceThreshold at runtime fails to change teleport settings

UE - Simulation - Physics - Character - Jan 6, 2017

USkeletalMeshComponent::USkeletalMeshComponent() caches off the teleport values for later use and then ignores the exposed values entirely. This should not be the case. We either need to detect chan ...

Suspend Clothing Simulation doesn't work when running from Construction Script

UE - Simulation - Physics - Character - Jan 5, 2017

If the user sets up Suspend Clothing Simulation in the Construction Script of a blueprint, it will not work when playing. It will work if setup in the Event Graph on Begin Play. ...

Odd shadow behavior when the user suspends cloth without pausing animation

UE - Simulation - Physics - Character - Jan 5, 2017

When the user suspends cloth without stopping animation, there will be some odd shadow movements. This doesn't occur if the user stops the animation along with suspending cloth (which is the prefer ...

Editor Crashes When Count on Mid Node is Less Than 0

UE - Gameplay - Dec 29, 2016

The editor crashes when the Count parameter passed into the Mid function is < 0. There is an assertion check(Count >= 0); in FString Mid in UnrealString.h, but an error message would be expected ...