Cannot compile project with dedicated server in 4.8

UE - Networking - Jun 23, 2015

If a project has built a dedicated server executable then it will fail when trying to convert the project from 4.7.6 to 4.8. EDIT: Following the steps on the wiki page for Dedicated Servers () in 4 ...

Input Action Events are not included in the list of overrideable functions in the My Blueprints tab

UE - Gameplay - Blueprint - Feb 5, 2016

Input Action Events are not included in the list of overrideable functions in the My Blueprints tab. Reproduced in Actor Blueprints and Player Controller Blueprints. This is a regression: overridin ...

Child Actor Component references are not sent to the Server through a Run on Server RPC

UE - Networking - Nov 9, 2015

Child Actor Component references are not sent to the Server through a Run on Server RPC. Test project attached. Reproduced in 4.9.2 binary and Main (CL# 2758903). ...

Calling functions that have an implicit WorldContextObject parameter in a Blueprint function library will give a compile error about a missing __WorldContext pin

UE - Gameplay - Blueprint - May 21, 2015

Calling functions that have an implicit WorldContextObject parameter (line trace, execute console command, etc) in a Blueprint function library will give a compile error about a missing __WorldConte ...

Lightmaps on Mobile Devices Appear Dirtied and Pixelated

UE - Platform - Mobile - Jun 19, 2015

Baked lighting on mobile has dirtied or pixelated lightmaps. When testing this issue I attempted to change various settings within the 'Lightmass' section and the changes made did not have much effe ...

Cannot change color and opacity via animation key frames for text blocks in UMG

Tools - Nov 12, 2014

Changing the color and/or opacity setting for a text block does not register with the autokey when animating in UMG. Because of this users are unable change these settings dynamically via the animat ...

Function call inputs do not revert to their Default Values if a variable node is connected and then disconnected

UE - Gameplay - Blueprint - Aug 3, 2015

Function call inputs do not revert to their Default Values if a variable node is connected and then disconnected. Refreshing the call node does not reset the inputs to their defaults. Reproduced in ...

ResavePackages commandlet with Build Lighting applies level transform each time

UE - Foundation - Core - Cooker - Sep 13, 2016

While using the commandlet for RebuildPackages with -BuildLighting and having any sub-levels with level transforms will be added to the current position each time this commandlet is run. As an exa ...

Adding assets to a project on a drive that is full still creates the file at the desired location instead of in a temporary location and provides no information as to why the asset is failing to load, corrupting the asset

Tools - Oct 31, 2016

Adding assets to a project on a drive that is full still creates the file at the desired location instead of in a temporary location and provides no information as to why the asset is failing to loa ...

Using a custom #define as the condition for a UFUNCTION's declaration will cause the function to not show in blueprints

Using a custom #define as the coniditon for an #if / #endif that encapsulates a UFUNCTION that is marked as BlueprintCallable will prevent it from being visible in blueprints despite the #if resolvi ...