See the UDN. I suggest we add an option to resolve symbols for FMallocProfiler offline for iOS when running on a Mac. We can symbolicate offline when running on a Mac using the atos command (See C ...
Using the Expand node feature on a macro from a macro library alters the current functionality of other instances of the macros that are in use(even though the macros themselves have not changed). ...
When toggling level visibility in the Levels tab and the Details tab is also on the window it will jump over to the Details tab. This was tested with other tabs and when toggling visibility it remai ...
Widget component disappears on Compiling the Widget blueprint. If an actor is using a widget component and the corresponding widget blueprint is compiled. The instance of the widget component in the ...
Assigning a soft reference in a blueprint and attempting to resolve it as an object/class while nativization is enabled causes the packaging process to fail. A sample project was provided by the use ...
When using SceneCapture2D and trying to edit the "Primitive Render Mode" (found in Details panel, Scene Capture) you can select the "Render Scene Primitives (Legacy)" and the "Use ShowOnly List" opt ...
Preforming a hot reload causes placed actors to lose code based variable settings. More repro steps: 1. Open UE4Editor.exe 2. Create a First Person Code project 3. Build the project for Developme ...
Hovering the mouse cursor over the Invalidate node in Blueprints to get the hover text brings up the same text as the Is Valid node. ...
There is an issue with Actor Variable References that become settable when in type array in the Level blueprint. Once in the array, the actor can be successfully addressed, however using the Save Cu ...
When a class contains a FRuntimeFloatCurve variable, compiling a blueprint of the class causes the editor to crash once a key has been added to the curve and selected Regression: Yes, the provided ...