GPU Particle collision Ignores 2D Sprite Collision

UE - Graphics Features - Jan 19, 2016

GPU Particle sprites will collide with a paper 2D assets texture but not the collision box. ...

AutoReceiveInput get incorrect controller on the Listen server at SeamlessTravel

AutoReceiveInput get incorrect controller (previous controller on previous level) on the Listen server at SeamlessTravel. In the process of SeamlessTravel, player controller is changed for new leve ...

Moving a 3D widget that has been placed in the scene will cause a crash

UE - Editor - UI Systems - Jan 18, 2016

If a user places a 3d widget in to the level it will cause a crash when moved with the movement arrows. ...

Asset produces error "Failed import for object property" upon loading editor

UE - Gameplay - Blueprint - Jan 18, 2016

Filepath for asset referenced in Gamemode blueprint produces error: /Game/ACustom/Code/cBP_Gamemode: Failed import for ObjectProperty /Game/ACustom/HUD/Game_UI.Game_UI_C:STMSG Fix up redirectors ...

Asset with child actor component (documentation actor) crashes upon level load

UE - Gameplay - Jan 18, 2016

Adding a child actor component of type Documentation Actor to a blueprint, then adding that blueprint to a level and saving will cause the editor to crash upon re-opening the map. CrashReporter: N ...

Failing to compile will cause blueprint variables to reset to their default values

UE - Gameplay - Blueprint - Jan 18, 2016

If a user creates a variable and sets it to a value that is not the default and then gets an error that prevents the blueprint from compiling, this will cause the variable to be reset to it's defaul ...

Windowed Fullscreen causes Lighting Variations in Rendered Envrionment

UE - Graphics Features - Jan 18, 2016

When a scene is light with a single Stationary Directional Light and a Single Stationary Skylight and packaged to use Windowed Fullscreen, there is a difference in how the scene is rendered compared ...

[CrashReport] UE4Editor_Renderer!FSceneRenderTargets::GetGBufferResourcesUniformBuffer() [scenerendertargets.h:408]

UE - Graphics Features - Jan 18, 2016

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: Assertion failed: IsValidRef(GBuff ...

Mouse does not lock to game viewport on Linux

UE - Platform - Linux - Jan 18, 2016

Playing in standalone or a packaged game on Linux, the mouse can escape the viewport which can cause the game to lose focus or be hidden behind another window when the mouse is clicked. This is inc ...

Components added through blueprints behave differently than components added in the level

UE - Gameplay - Blueprint - Jan 18, 2016

Adding a component directly to a blueprint does not behave the same as a component added directly to a class/BP instance. Example: Calling AddRelativeRotation() on a mesh that is added directly to ...