After performing the repro steps, screen will softlock unless you perform the "slide from 3 to 4, then back to 3" steps. Appears to be an iOS system bug, but see if we can find a workaround. ...
Duplicating a UActorComponent that has an Instanced UPROPERTY does not perform a deep copy of the instanced property. It appears to only copy a reference to the instanced object. Where as, performin ...
The script performs P4 commands even if -NoP4 was specified. It should properly handle -NoP4 by checking for if (CommandUtils.P4Enabled) ...
For projects relying on attachment to be performed on the client before the server, such as to prevent latency, this can result in attachments being overridden when USceneComponent::OnRep_AttachChil ...
The 'Shader Complexity' view mode is rendering differently between regular Static Meshes and Painted Foliage instances after enabling 'DBuffer Decals' The user is reporting that this does not seem ...
Crash when destroying two components in a specific order in this user's project. The crash occurs under two circumstances inside the LogActor Blueprint: either DestroyLogPart is called for both Te ...
As you can see below, users expect to launch Take Recorder from the Live Link Face app, but it doesn't actually work.When you're ready to record a performance, tap the red Record button in the Liv ...
After making some changes to a Data Table, attempting to PIE fails and returns this error message: Cannot Play In Editor When Performing Edit MemberVar_1 operation. This occurs after closing and sav ...
Curve editor (UMG) prevents Play in Editor if the a drag operation is interrupted with a right click. The user is given an error that they cannot play in editor while a drag operation is still on go ...
Lightmass.exe SampleVolume.cpp seems to generate VolumeLightingSamples correctly. After that, import processing is performed with Lightmass.cpp ImportVolumeSamples (), but it seems that it is not i ...