When compiling a blueprint derived from a Camera Component with PostProcessSettings showing in the details panel the Editor crashes. This does not occur in 4.17.2 (3658906) so in addition to a crash ...
Hierarchical Instanced Static Mesh component culls before it is completely off screen. This only seems to happen with more than 3-4 instance elements. This also does not happen with Instanced Static ...
Cooking and packaging DLC in the Project Launcher fails due to possibly erroneous references to Engine content contained in the DLC. REGRESSION: No. The same behavior was observed in 4.17.2. ...
-When imported into 4.17.2 the 30fps animation had 42 frames. In any engine version after the animation has 17 frames -The 60 FPS animation only has 7 frames in all engine version ...
The location give by the Get hit result under finger by channel appears to be affected by screen size on Mac. When clicking an area in the level, it does not always return the area under the finger ...
Using a Xbox 360 controller on an Android device works except that the DPad input is not registered. This same issue does not occur with Xbox One controllers. Regression?: No This occurs in 4.18 ...
A linker error is encountered if an Editor plugin spawns an ACullDistanceVolume instance. This is caused by neither having ENGINE_API or MinimalAPI specified in its UCLASS macro. Regression?: No Th ...
A licensee has reported that the TestEqual(TCHAR*, TCHAR*) function tests for pointer equality instead of comparing two values, which does not accomplish what the function is meant to do. Regressio ...
A class that inherits from GameplayTask which also has a BeginSpawningActor function will not have its Activate function fired properly. Removing this function causes it to fire properly. Regressio ...
You can add a pass-by-reference input variable to an Event Dispatcher, but it will will result in compile warnings, and changes to that input will not affect the value of the variable in the caller. ...