Plugging an Add node which adds a constant value into a Nanite Pass switch node results in derivative ops to be detected where there should be none (which show up as red in the No Derivative Ops deb ...
When creating and declaring a Spline Component in code, placing an instance of a blueprint derived from that class in the level causes a failed import message to appear upon restarting the level. ...
There is a consistent crash when incrementally compiling headers containing generated code. The code for launching UHT accesses a property which is null when compiling with the UBT makefile. ...
There is no Callstack associated with this crash. And I was unable to reproduce this in main due to a known issue when switching the 'Stream Mode' to 'From Memory'. When packaging a project in 4.6. ...
The settings .ini files for games packaged for windows appear to be getting overwritten with blank files whenever the game is run. Even if settings are added to the .ini files manually, the files be ...
If a user creates a specific Blueprint hierarchy with a Blueprint struct, it can cause a issue when the Blueprint struct is being cooked. User description of Blueprint(s) and Blueprint Struct relat ...
It appears that FSlateApplication::OnControllerAnalog triggers a left mouse click to occur on mobile platforms. If developers haven't properly avoided hooking up delegates to the InputComponent for ...
It appears that the Vertex Normals from Ribbon Particles are opposite of what is expected via the Default Particle System given both systems share the same alignment (Facing Camera) [Image Removed] ...
Rebinding an action mapping doesn't seem to take effect immediately if the Pawn class used has Pawn.h as its parent class. However this'll take effect immediately with DefaultPawn.h. In addition, th ...