Quote from the UDN: This is easily fixed with a conditional in bool FBlueprintEditor::ConvertFunctionIfValid(UK2Node_FunctionEntry* FuncEntryNode) which we've done locally, but should probably be ...
Crash when using new FCanvasDrawer Licencee notes that crash does not occur if "new FCanvasDrawer" is commented out. ...
Seems like failure to init SDL device is not being properly propagated and something on the higher level keeps pushing commands to the (non-existent?) audio thread. Paging also [Link Removed] and [ ...
'Directions are not Compatible' error on ForEachLoopWithBreak if split struct pin is disconnected from Enum type. Note: If the pins are reconstructed and the resplit, the error is fixed. ...
Verify that inertial scrolling works in the ScrollBox and the ListView on touch devices. We have reports that it isn't working in 4.9, it may have been fixed since then, or not be as smooth as it c ...
Track switching is currently not supported, because media with multiple tracks of the same type fail to load. Once that is fixed, implement run-time track switching. ...
Each time the build is run, different assets are missing in the reflections. Found in 4.22 CL# 6574378 and 4.23 CL# 6925347 ...
Post-Process Anim Instances do not have BeginPlay called. The proposed fix is to addif (PostProcessAnimInstance) { PostProcessAnimInstance->NativeBeginPlay(); PostProcessAnimInstance->Blu ...
It looks like particle toggle tracks use TimeRangeToNumberRange which gives the incorrect range as a result of CL 10893518 which fixed [Link Removed]. ...
This problem is similar to the following case. [Link Removed] [Link Removed] It seems to have been fixed in 4.16, but the licensee reported it in 4.25. ...