If a category exists in a blueprint with it's name in "CamelCase" without a space, dragging a variable in the My Blueprint tab into this category causes the Category dropdown in Details tab to produ ...
Currently, after migrating a blueprint that is based on a code class to a new project, the blueprint breaks due to unknown parent ([Link Removed]) Migrating & copy/pasting the code along with the b ...
The Last Index node will change size and shape in way that isn't consistent with other nodes when at certain zoom levels. These levels are -1, -7, or -10 respectively. ...
BP Components cannot be keyed in sequencer after transforming in the viewport ...
Currently FInternetAddrBSDIPv6::SetIp(const CHAR* InAddr, bool& bIsValid) does not handle all valid formats of IPv6 addresses. Need to rework the function to be more robust, and properly handle all ...
After making some changes to a Data Table, attempting to PIE fails and returns this error message: Cannot Play In Editor When Performing Edit MemberVar_1 operation. This occurs after closing and sav ...
The Child Actor Component cannot be selected in the Blueprint Editor Viewport. Selecting the Child Actor Component in the Components tab is the only way to select the component. Reproduced in 4.7.6 ...
The windows mouse speed settings appear to have no effect on the panning speed in blueprint. ...
Changing the name of a function that is bound to a delegate, or attempting to bind a delegate to a second function, causes the new/changed function to not be called when the delegate is triggered. ...
There are a few separate issues with user input plumbing that prevent keypresses from getting to FDefaultGameMoviePlayer during a startup video 1) In FDefaultGameMoviePlayer::WaitForMovieToFinish() ...