Widgets that are pooled are given a pointer to a layout cache, if the layout cache dies, the pointer is bogus. Going to need to move over to using weak pointers to avoid the crash, will add some pe ...
Add the 1.6 integration to 4.13 for release. ...
Ensure occurs when attempting to Draw Material on a Render Target. ...
Editor crashes when trying to force delete assets that reference each other. Blueprint 'A' contains an Actor Component of Blueprint 'B'. Crash will occur when trying to force delete both 'A' and 'B' ...
The following warning is spammed when moving a physics-enabled skeletal mesh is moved in the level.PIE:Warning: Warning Attempting to move a fully simulated skeletal mesh SkeletalMeshComponent0. Ple ...
Error message: Access violation - code c0000005 (first/second chance not available) Source Context: 336 337 if (bHasRotationKeys) 338 { 339 TSharedRef<FStru ...
XML Namespace is set wrong for Android in UPL; it should be "http://schemas.android.com/apk/res/android". ...
This started happening recently in 4.13 integrations. StartCameraFade node no longer has any effect. Fading no longer works in new VR Template. ...
The latest 4.13 Binary Gamedev engine crashes on launch with a SteamVR callstack. This crash only occurs in Binary, I was unable to reproduce this crash in Github. This issue looks as though it may ...