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 ...
A function in a Blueprint Function Library that references another function in that library cannot be saved after closing and reopening the project. The library will save without error until the pro ...
Split Struct Pin on a Function output will return a compiler error: Error Pin New Param 1 X named NewParam1_X doesn't match any parameters of function NewFunction_0 Error Pin New Param 1 Z name ...
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 ...
If the user converts two static meshes in the level to blueprints, makes them movable, and then adds one to the other as a child blueprint component then the child component will scale incorrectly i ...
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 ...
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 ...
Sometimes it's not catching certain polys as vertex paint targets. Looks like it happens when there's more than one layer of forward facing geometry over the highlighted area, and it just takes the ...
Any active events fire at frame 0 when the sequence loops ...
Gradle AAR import paths need to be absolute instead of relative since the current work directory used to package Gradle is not the same as Ant. ...