Launching the editor with -d3ddebug and enabling LOD Coloration mode gives D3D11 DEVICE_PSSETSHADERRESOURCES_HAZARD warning

UE - Graphics Features - Nov 3, 2015

Launching the editor with the "-d3ddebug" command line option and then enabling the "LOD Coloration" view mode (under "Lit") results in the following D3D warning: D3D11 WARNING: ID3D11DeviceContext ...

Sidescroller Character Gets Stuck on Platform Edges When Moving on Tick

UE - Gameplay - Player Movement - Nov 2, 2015

When converting the character movement in the sidescroller template to occur on Tick instead of key press, the character will begin to run, and then get slightly hung up on the edge of the platform ...

Custom cursor retains reference after it has been deleted

UE - Editor - UI Systems - Nov 2, 2015

If the user creates a custom cursor with a widget blueprint and then applies it via the project settings and then deletes the widget blueprint that is being reference. The setting will be set to non ...

Attempting to hide "CharacterMovement" in a custom character class breaks Details panel inside derived blueprint

UE - Gameplay - Blueprint - Nov 2, 2015

Using the "HideCategories = (CharacterMovement)" specifier in the UCLASS macro will cause the Details panel of a derived blueprint to not display any information for the CapsuleComponent, Mesh compo ...

UBT not terminated when cancelling build

UE - Foundation - Cpp Tools - UnrealBuildTool - Nov 1, 2015

When cancelling a build from Visual Studio, UBT keeps running, and another build is generally not possible until one kills the UBT process manually in Task Manager. ...

GameMode::InitNewPlayer trims player name at hardcoded 20-symbols limit

UE - Gameplay - Oct 29, 2015

Need to generally address how to clamp player name. InitNewPlayer seems to be the only place where player name length is enforced, and it's enforced in a poor way. Needs to be enforced uniformly acr ...

Crash occurs when unmuting a user while Voice Chat and Network Replays are both active

UE - Networking - Oct 29, 2015

User claims that crash occurs when a new user joins a session and the program attempts to unmute the existing players. This only occurs if Network Replays are active. Note: No reproduction has yet ...

Custom animation node in game module fails to load in -game or packaged project

OLD - Anim - Oct 29, 2015

Not sure if this is an Animation or a Core issue, but a runtime Anim Node will not load properly with "-game" or in a packaged build. The developer that made this sample read this blog post: [Link ...

Ribbon issue with local space and source rotation.

UE - Graphics Features - Oct 28, 2015

Issue is detailed in the UDN linked. Investigate and fix. ...

Ribbon Type Particles will not follow Local Space Particles when assigned as Source

UE - Graphics Features - Oct 28, 2015

When set to use another Emitter's Particles as Source, Ribbon Particles ignore movement of particles in the world if they (the source particles) are set to local space. [Image Removed] ...