Reimporting an FBX file via the import button does not make the import options appear. Instead of allowing the FBX to reimport with new options, the FBX just re-imports. This issue is a regression. ...
Performing a hot reload on a project that is using a local binary build of the Engine will sometimes result in the Engine's UE4Editor.version file being updated with a new BuildId value. That result ...
After triggering a breakpoint in blueprint, variable getter nodes can display the value of a different object than the node's target. For example: if an actor class has a value MyBool and the bluepr ...
Looks like CL-3215392 added changes in FArchive where the operator<< method for bool is a member operator in Editor (as opposed to a global operator in non-editor and old builds). This causes shado ...
This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Descriptions from users are provided below. Error message: Access violation - code c0000005 ( ...
Destroying an AI Controller does not seem to remove it from the world. The controller will still remain in the World Outliner even after Destroy is called. Attempting to get the AI Controller after ...
When attempting to call a RPC (NetMulticast, in this case) or use an OnRep_ Property, there seems to be a delay between setting the variable and it being replicated. In 4.15, this was around two t ...
This is a common crash affecting users in 4.16. The callstack is similar to [Link Removed], which was fixed in 4.13. User DescriptionsAccidentally duplicated a blueprint with multiple static mesh ...
There is an issue occurring where after the map built data is made building lighting on a level causes the level to become dirty. this occurs even if anything in the level has not been changed excep ...
The Set relative location in construction script does not work when the value is [0, 0, 0] when used it does not set the location back when the specified component is moved, it does work for any val ...