Hitting S while Alt + Dragging a BSP and then Stopping PIE will crash the editor. Reproduced in 4.7.1 binary and Main (//depot/UE4/Promotable-CL-2455917) Crash Report: [Link Removed] Call Stack:< ...
A Blueprint derived from a custom Actor class resets its variables to their default values when the Actor is duplicated, even if the actor being duplicated has a different value for that variable. T ...
When you add a parameter by doing DUPLICATE of an existing one, the new settings don't take effect. (Adding parameters and other copy/pasting seems fine as far as I can tell) I verified this at EGJ ...
Compiling a Blueprint that references a deleted Macro from a Custom Macro Library will crash the editor. Crash Report: [Link Removed] This is a regression: did NOT occur in 4.8.3. Reproduced in 4. ...
Saving map with landscape creates texture asset in content browser. ...
Comment from David H.: Update on this Jira. I got customers in Cinema field in needs of this feature. Morph Targets not included when exporting Skeletal Mesh from Engine. A use case for this wou ...
4.13.1 has caused an issue where the volume can no longer be adjusted for a GoogleVR application. This is a regression of functionality in 4.13.0. Tested with build: Working: 4.13.0 Binary CL-310 ...
When using screen aligned UVs they don't seem to account for letterboxing. When the aspect ratio is changed the UVs scale based off the top left of the window or screen and not the viewable area. ...
When the ReadPixels function is called, the FColor array that is passed in has its elements populated when in PIE and Standalone but array elements are empty in a packaged project. ...