Setting FActorSpawnParameters::bRemoteOwned causes inconsistent behavior when spawning actors

UE - Gameplay - Sep 13, 2016

If FActorSpawnParameters::bRemoteOwned is set to true, calling SpawnActor with this spawn param on begin play has different behavior than calling the SpawnActor elsewhere during runtime. If using n ...

[Feature Request] IntPoint not exposed to blueprints

UE - Gameplay - Sep 13, 2016

IntPoint struct is not exposed to blueprints ...

Depreciated nodes in Custom Functions do not show in warning log

UE - Gameplay - Blueprint - Sep 13, 2016

Depreciated nodes in Custom Functions do not show in warning log ...

AI Character Twitching Severely When Moving To Vector Set on Tick

UE - AI - Sep 13, 2016

When setting a vector key on tick, and using a dynamic Nav Mesh, the AI Character exhibits severe twitching, and even occasionally gets stuck. This does not occur when the Nav Mesh is set to Stati ...

LineTraceComponent incorrectly derives HitLocation from Procedural Mesh Components

UE - Gameplay - Sep 13, 2016

LineTraceComponents do not return the correct HItLocation from Procedural Mesh Components. ...

Slate Remote Enable Remove Server option in Project Settings -> Plugins causes editor to freeze and a memory leak

UE - Foundation - Cpp Tools - Plugin System - Sep 13, 2016

If a user enables Remove Server in Slate Remote plugin in project settings, the editor will become unresponsive and memory usage will continually climb. Regression: Working in 3039270 (4.12.5 rele ...

T_Wood_Pine_D Asset has Offset Alpha Channel

Docs - Samples - Sep 12, 2016

The alpha channel seems to be offset in the x and y by 1024 pixels this has been fixed and attached for analysis. ...

Changing LOD materials on Merged Actors Crashes Editor

UE - Gameplay - Sep 12, 2016

If you merg actors with LODs with the setting LODSelection Type set to "Use all LOD levels" then apply a material to the element 0 assigned to LOD1 the engine will crash. NOTE I wasn't able to rep ...

3D Widget Components with depth test disabled are still culled when fully occluded

UE - Graphics Features - Sep 12, 2016

Currently, we allow occlusion culling on WidgetComponents regardless of whether or not depth test is enabled. This makes it challenging to make a widget render through other actors in the world, sin ...

Material Billboards are Incorrectly Reflected

UE - Graphics Features - Sep 12, 2016

When using a billboard material as a component it will reflect incorrectly. This happens with both Screen Space and Planar Reflections. ...