Changing the Use Localized Graph Editor Nodes and Pins setting requires a restart to take effect but doesn't prompt you to restart the editor as other settings that require one do. Regression?: No ...
If the Use Localized Graph Editor Nodes and Pins option is disabled, compiling a blueprint will cause the pin names from any split struct pins to disappear. Regression?: Yes This occurs in 4.13.1 ( ...
OSSNull doesn't properly account for bShouldAdvertise or bAllowJoinInProgress. These should be updated in OnValidQueryPacketReceieved. (Note, bShouldAdvertise is explicitly ignored in LAN matches) ...
"log list" console command outputs log categories - a licensee reported they see duplicated category entries in 4.13. (e.g. logFileCache, logHMD, logHUD) Actually 4.11 and 4.12 had duplicated entri ...
Was attempting to repro [Link Removed] in //UE4/Main when I hit the following crash ...
ScreenSpace does not appear to work correctly when using Instance Stereo. The screen position used in the material appears to only be from one eye ...
If the max number of jumps is 'n', jumping from the ground allows for 'n' jumps, but walking off a ledge and then jumping only allows for 'n-1' jumps. Ex: If Jump Max Count is set to 3 (triple jump ...
Touch input on Windows devices will start at touch index 2 instead of touch index 1, like other touch devices. ...