Making a blueprint variable a container (a Set or a Map with the Variable's "Pin Type" set to a custom Enum) and restarting the editor causes the editor to crash when opening the blueprint. Note: O ...
If a Blueprint is made from a custom Blueprintable StaticMeshComponent, and that Blueprint is added as a component to another Blueprint, an Ensure is triggered. No Ensure occurs if the custom nativ ...
If the user uses the simple HMD plug in, then launches on to a device and then follow up by spinning the device a few time the camera will become offset at an odd angle (Reset orientation and positi ...
Currently changing variables like Speed via BP/C++ has no affect. We need to add funcs like SetSpeed that also update the proxy. Would be nice to make the vars private as well. ...
Gameplay Ability BP is being set to dirty when function is removed from an unrelated actor Blueprint. Reported by Licensee in 4.8.3 QA Build, Reproduced using Fortnite - CL - 2661312 ...
This issue only seems to affect the GalaxyNote4_5543 OS: 4.4.4 This issue is NOT occurring on devices with the same GPU This issue is NOT occurring on devices with the same OS If you lock the scr ...
This regression was measured as the difference between load time at 4.14 CL 3176009 versus our last mobile compat test, at 4.13 CL 3089968. Between these version there was a 15 second increase. ...
It is expected that cooking, including COTF, will fix-up all string asset references. There were a few reasons this wasn't happening, but we should get these fixes into 4.15 as the impact was worst ...
When opening Visual Studio after adding C++ Vehicle content to a project, an "Inconsistent Line Endings" prompt appears for .cpp files for the vehicle. This issue is a regression, as it did not occ ...
Data only blueprints that are explicitly flagged for nativization do not nativize. (Makes sense that they don't when they're not explicitly told, but if someone goes out of the way to flag them to, ...