User reported a considerable performance drop on iOS between versions 4.7.6 and 4.8. I was able to reproduce this perf drop using the steps he provided. ...
The 3DWidget that is used to represent a vectors position in 3D space now scales when scaling the actor that it is attached to. This could lead to having a vector that is too small to see/ hard to f ...
The 'Convert Actor' option in the details tab of brushes does not function. The option is grayed out and not selectable. Note for Core: This button works by looking for the ConversionRoot UCLASS m ...
Code asserts because it assumes that a self closing node is within another node or has another node left in the doc to parse ...
It looks like maybe CheckDefaultSubobjectsInternal() isn't set up to handle non-native (i.e. Blueprint) class types? As well as AActor::CheckActorComponents() perhaps? ...
It seems that we're getting an intermittent crash when killing a pawn that's executing a parallel node. It's crashing in BehaviourTree.cpp on this code: UpdateInstance.ParallelTasks[ParallelTaskId ...
A crash occurs when scrubbing the matinee slider with a 'Sound Wave' that has 'Subtitles' enabled. You need to enable 'Subtitles' within the settings of the asset. Tested issue in 4.7.6 and did no ...
When project is set up for Dynamic Modifiers Only navmesh generation the pathfinding simply doesn't work (due to missing navmesh). It does get generated properly in the editor, but is no longer ther ...
Most GameMode classes cannot be set in Blueprints. Only Set Default Pawn Class and Set HUD Class have Setters available in Blueprints (the Getters are all still available). Reproduced in 4.8.0 and ...
When trying to quit out of multiplayer shootout the screen just goes black and does not close ...