This issue was discovered while smoke testing Release 4.13 for Preview 2. ...
On Android, loading a Level Sequence fatals in the async loading thread: Assertion failed: (NewValue & ~PAYLOAD_Bits) == 0 MovieSceneNumericVariant.cpp:133 Unable to store a pointer outside of a ...
Regression with rendering Spline Mesh Components seen on older (5s) iOS device. I did not reproduce a crash with an iPadPro A1701 or an Android Note 4 Confirmed in 4.23 MAIN at CL 6910902 ...
If a blueprint has a child actor component that has other components parented to the child actor component, the child components of child actor components will not update transform based on the pare ...
When an array of custom UObjects is defined in an actor component class, blueprint instances of the component class cannot update the array elements. Array elements only update inside the blueprint ...
Error Cannot override 'BTService_BlueprintBase::ReceiveTick' at Event Receive Tick which was declared in a parent with a different signature ...
If the values of the elements in a Tmap are altered for a Tmap that is using a custom struct, the editor will crash on compile. ...
When a blueprint inherits a TMap variable with a UObject* as the value, compiling the blueprint causes anything set for the value to rest to "none" Workaround: Adding the TMap through the editor re ...
LaunchURL places an http:// at the start of any URL that does not contain :// . This causes an issue with the mailto: command and other commands such as this. Regression?: No This occurs in 4.2 ...