An Actor BP with an editable variable that references another Actor in the level will reference multiple examples of that Actor if it is duplicated. Reproduced in 4.7.2 binary and Main (//depot/UE4 ...
When moving an object in the viewport that is parented to another object with a scale of -1,1,1, the child object will flicker. This is a regression, this did not occur in the 4.11.2 binary release ...
Joining a session on iOS using the Join Session node in Blueprints causes a crash on iOS. This is similar to [Link Removed] but was requested to be entered separately. This has not been reproduced ...
This appears to be connected to playing immediately upon opening. This behavior is not observed when in the Release-5.1 or Release-5.2 streams. With the same setup, the video will start playing on t ...
Does *not* occur in editor. Only in standalone and runtime. Occurs when modulating Chorus or Bit Depth Also occurs in 5.2 and 5.3. I also noticed the test with this is supposed to set the chorus e ...
Workaround:The blueprint macro had a cast from the enum to an int and that was causing the issue, getting rid of the cast and just returning the enum and then changing all the places that were usin ...
This looks to be a system driver bug, but logging here for transparency and future reference. It took me a long while to figure out that the key issue is a conflict during blit between UE4 and the H ...
While a Custom Event's delegate pin is connected to anything its details are not visible in the Details panel. Tested with an empty reroute node as noted below as well as a Set Timer node. Reproduc ...
Timeline name changes do not propagate to related nodes. Refresh All does not rename nodes that reference the timeline, and Getters and Setters are no longer valid nodes. Reproduced in 4.7.2 binary ...
When a custom component is added at runtime, it does not show up in the details panel when you select the blueprint that it has been added to. Found in 4.9.2 binary. Reproduced in 4.10 Preview 3 a ...