This happens when the 32-bit LatentUUID signed integer that we generate for the delay node starts with "-1" when converted to an FString (e.g. "-1824950080"). During compilation, we pack latent fun ...
Assertion failed: GMaxRHIFeatureLevel == ERHIFeatureLevel::SM5 [Link Removed] [Line: 39] Run with the following command line: EngineQAs-MacBook-Pro:~ engineqa-admin$ /Users/Shared/UnrealEngine/4.15 ...
A licensee asked about SegmentLinks not working. These were apparently disabled because they were buggy and are waiting to be fixed, but not currently being worked on. Adding this to JIRA since ther ...
A few users using the Windows 10 Insider Preview have found that after a certain point in the Prerelease builds, starting at 14915 it seems, the Unreal Editor and Epic Games Launcher context menus h ...
Workaround:The blueprint macro had a cast from the enum to an int and that was causing the issue, getting rid of the cast and just returning the enum and then changing all the places that were usin ...
In 4.11 when making changes to node properties in an animation blueprint they will not always appear to update in child blueprint instances when restarting the editor. In the attached project the l ...
When you have an actor with a Hierarchical Instanced Static Mesh component that has a Static Mesh set and is populated with at least 1 instance and then duplicate it or move it to another level, it ...
Importing a Static Mesh during PIE can cause it to never enable Nanite, even if it reports that Nanite is enabled. To re-enable Nanite on the mesh, the asset needs to be deleted and imported again ...
Users have reported that building for Distribution on Gear VR results in failure due to a missing Oculus library. The error they receive is as follows: UATHelper: Packaging (Android (ETC2)): [javac ...
When using MS-IME as Japanese input method, scrolling out the text field out side the view causes bIsComposing to be set false - this state causes instability of the editor. Crash happened with Win ...