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 ...
Replicated structs with multiple properties can have the wrong previous value passed into their rep notify functions if all of the properties do not change in any given frame of replication to the c ...
When making changes to the properties of widgets in the details panel, the text fields to not remain highlighted. This functionality appears present in other areas of the engine. Such as when dealin ...
4.24 moves distortion calculations to the file DistortionCommon.ush and its`ComputeBufferUVDistortion` function. The code in the INSTANCED_STEREO define no longer works as `Interpolants` isn't passe ...
When using min or max set values for animation channels in sequencer, the sequencer viewport will show different values than what is capable when using autokey functionality. ...