tvOS locks up with the following message being repeated in the device log:Sep 28 10:27:50 Apple-TV-Joey UE4Game[610] <Notice>: [2016.09.28-14.27.50:752][188]LogHttp:Display: Sleeping 0.5s to wait fo ...
Loading a level through the content browser and File->Open Level do not have the same behavior. ...
When using the arrow keys to navigate the Attach To menu, the first actor that is highlighted will automatically be selected instead of allowing the user to select the actor they wish. Regression?: ...
Widget Blueprint no longer has "Preview Background" feature in 4.13. This is misleading since the documentation mentions to use this in the workflow here: https://docs.unrealengine.com/latest/INT/En ...
Tessellated objects when viewed from afar flicker. When spawned into QA-Materials the player is the perfect distance away from the tessellated object for the cube to flicker. Found in both Binary 4 ...
The issue seems to have a few parts. First, active events don't persist between frames. Instead, a new active list is created each frame and diffed against the previous frame. Added events have Beg ...
When the USplineComponent::GetDistanceAlongSplineAtSplinePoint() function is called, the value returned is not accurate if the point approaches the range of 0 - 10 % or 90-100% of the spline. ...
Semi sporadic crash is occurring when switching between profiles in UFE and then exiting out This could not be repro'd on a Win7 machine with and Nvidia 980, could not be repro'd on a Win10 machine ...
When modifying the properties of a Skylight actor as a component within Blueprints, the changes are not reflected in the Blueprint viewport. If you drag the blueprint into an empty scene and modify ...
PlayStandaloneLocalPc is used when user launches Standalone Game from editor, which loads the .uproject from UE4Editor in Engine binaries instead of loading project from project binaries. ...