If a phsyics actor set to start awake is placed at the top of a trigger box, it will remain at rest. Regression? (No), issue (does) occur on 4.10.4 ...
Once a slider receives keyboard focus, the keys will not navigate away regardless of the navigation settings. This is because the slider's OnKeyDown function does not pass along the call when the ev ...
The transition ratio getter simply uses ElapsedTime/Crossfade for the alpha on the transition. Normally this is sufficient, although if you blend between two states A and B such that you interrupt ...
This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Error message: Assertion failed: Index >= 0 [Link Removed] [Line: 401] Source Context: 215 ...
Error message: Assertion failed: ParentIndex != INDEX_NONE [Link Removed] [Line: 512] Source Context: 499 } 500 501 return Menu; 502 } 503 504 ...
When using a GPU particle and setting a steady stream there is an obvious stutter compared to 4.10.4 where everything worked smoothly. Regression: YES This issue did not occur in 4.10.4 CL-2872498 ...
Drag coefficient on vehicle blueprints affects forward and reverse differently. If in reverse, it seems to be additive or multiplicative to the vehicle's movement as opposed to providing any resista ...
When applying a dbuffer decal to a surface with a small axis value for the decals size it will flicker. Attached gif to demonstrate. Reproducible in: 4.11 P8 CL-2916259 Dev-Main CL-2922677 ...
This should be an optional string to be translated. ...
Adding the following code to a plugin source file prevents the associated project from compiling in visual studio whereas this code will compile successfully inside of a class added directly to the ...