Deprecated blueprints cause a build to fail if Nativize blueprints is true event when not being used ...
If the "Allow late joining" option is turned on in Editor Preferences, using the Add Client button in PIE will cause a crash on Exit. Crash happens immediately if using VR Preview ...
Single Planes do not generate collision on import or with the Convex Decomposition window. Workaround: box Collision can be added via the Collision > Add Box Simplified Collision. I checked as fa ...
The HillTree_02 mesh from the Open World Demo collection has a shader compile error. The user pointing the issue out is reporting a freeze whenever he attempts to use the asset. I provided a workar ...
When a material is dragged/dropped into a skeletal editor's bone hierarchy, the editor will crash due to null ActorFactory Regression: Yes - Crash does not occur in 4.13.2 binary (CL 3172292) ...
Overlap events, such as OnComponentBeginOverlap seem to stop working when the actor is moved to a sub level. This does not occur if the object is deleted and then replaced in the level. ...
Trying to open a project that uses the Script Plugin in a binary version of the Engine that has been created from an Engine built from source code will fail. The Engine is looking for the file Unrea ...
A crash occurs when creating a Render Target 2d and setting the texture target at runtime. After running some more tests, the crash seems to occur when setting the texture target, as the creation o ...
When a code component contains a pointer to an actor, adding the component to a blueprint and setting the pointer to point to an instance of the same blueprint will cause the pointer to reset to "No ...
InterpToMovement node has access to velocity parameters that are set to Hidden in code. When used, all values equal zero. ...