Fixup Redirectors doesn't work in the editor when showing redirectors using the filter and then choosing Fixup. The maps that reference the redirectors aren't being checked out and fixed. I'm just g ...
If you set the Touch interface to none while there is currently inputs being registered, the inputs will continue forever. I also found that if you set the Touch interface to an actual asset the pla ...
Attempting to edit array of instanced subobjects causes the editor to crash. ...
As described in this UDN thread, the iPhone 7 manifests incorrect image aspect ratiohttps://udn.unrealengine.com/questions/403841/ios-arkit-portrait-mode-stretching-on-iphone-7.html [Link Removed] ...
Using legacy-style #include paths in a game project is allowed by UBT by default, but it's currently not compatible with Blueprint nativization, as it does not account for this possibility. Current ...
This is an old bug that looks like it never made its way into JIRA. Adding for documentation. ...
TArray64 RangeCheck prints the incorrect error messages for values over 32 bit. Repro Rate: 4/4 Tested this in //UE4/Release-4.27 @ CL#18319896 and the issue did occur there, it is not a regressi ...
Occurs 5/5 times *Regression *does not occur: No Retargeting Pose From Mesh node in //UE4/Release-4.27.2. Retarget Pose From Mesh node does not retarget when used with Source Mesh Component and Sk ...
This issue seems to stem from the incorrect constructor being called for TScriptInterface, so the correct Interface pointer does not get called. If you explicitly connect a reference to "Self" to ...
Adding a Reroute node to a function's array output will cause the Function node to be missing the output. This seems to be only effecting Arrays. Standard variables work fine. ...