The centerpoint for the MinimumAreaRectangle function returns the wrong value when applied. Tested in 4.21.2 (CL - 4753647), 4.22 (CL - 4958263) ...
REGRESSION: This regressed between 4.23 and 4.24 Assets set directly in a soft object reference pin on a blueprint function are not correctly referenced. ...
The class UFbxExportOption is not specified as a blueprint type, so it cannot be constructed in blueprints. This class is needed for exporting FBX files from a sequence, which means this functionali ...
There is an arrow with a menu that opens when clicked. That menu binds member functions to the widget. The widget is being deleted when the user clicks on the action in the menu, before the action i ...
In ParticleComponents.cpp the function UParticleSystemComponent::TickComponent don't not make any call to Super::TickComponent. This causes issues when using it in blueprints, such as not being abl ...
\Engine\Source\Runtime\Engine\Private\DrawDebugHelpers.cpp DrawDebugSphere and DrawDebugAltCone both try to dereference variable 'LineBatcher' without checking for null, as the other DrawDebug func ...
The functions OnControllerButtonPressed/Released using FKey were deleted for 4.6. This leaves plugin authors no way of propagating key presses from their plugin in to the input system. ...
Trying to pass a TAssetPtr to a BlueprintImplementableEvent function will result in a build failure. It appears that the TAssetPtr should be passed as a const reference, but this results in an error ...
The tooltip for Static/Movable/Stationary lighting in the details pane of the main viewport show odd symbols before additional information points. See attached image. ...
Tasks in the behavior tree are visually represented as running parallel to one another instead of sequentially when looking at the behavior tree visualizer. This does not seem to have an effect on f ...