Monitor Directories feature in the editor preferences does not auto import or re-import from network locations. There is no issue if the location of the folder is local. This issue does not appear t ...
The implementations of FSimpleAbstractSocket used by the network file server do not handle a partial send call on the socket. If a partial send occurs and there is no socket error, it should loop a ...
Setting an image to be used as the Marketing Icon results in the icon being displayed at full size and interferes with the ability to scroll through the full iOS section. ...
There is no default image in the Engine for the iOS Marketing Icon. ...
When re-arranging an array that has been added to a character blueprint, the array adds an empty value to element [0] and leaves it in a broken state. I tested this using the Level blueprint as well ...
We've had a couple of requests to bulk edit the LOD settings on static meshes, however those don't currently appear in the bulk edit UI since they're not currently real properties. They should be m ...
In TestPawn_BP in the details panel, when Current Focal Length is changed, there is no visible change when played in Standalone Game. -Could not test in 4.17 due to the ARToolkit Component was not ...
Adding a variable of Post Process Settings structure to a blueprint causes the editor to crash when the blueprint is compiled. Regression: Yes - Editor did not crash on compile in 4.17.2 (CL 365890 ...
I have attached the project I used to repro this as well. All you should need to do is reimport twice on the untitled skeletal mesh and it should crash ...
In the UHT boilerplate that's generated for the FGUseableInterface type, there is a pure virtual declaration that's emitted for the BlueprintNativeEvent's required _Implementation() method: #define ...