This crash seems to only be reproducible using the TallGrass_01 asset in QAGame. Having other foliage assets selected sometimes prevents the crash, but usually any combination of assets plus TallGra ...
Adding a text render component to a blueprint through C++ at runtime crashes the standalone player. It does not have any effect on PIE. Also, this only seems to occur when the blueprint in question ...
When attempting to add a custom component to a blueprint at runtime using the Add Component function, if you give the component an exposed variable, it will ignore whatever target you specify and ad ...
This is a Rhino file. Shadows are not cast on the Static Mesh after materials are assigned in the Static Mesh Editor. This was reported and tested in 4.24.3 (CL-11590370). This was reproduced in 4. ...
When transitioning from AR map/pawn to Non-AR map/pawn the direction the phone is facing is applied to Non-AR pawn. Only occurring on Android/ARCore Also tested in Main CL #4229747 Tested with Pi ...
The Alpha Mask on a Canvas Render Target 2D no longer appears when rendering with ES3.1. This is a regression from 4.24.3 (CL-11590370). This was reported and tested in 4.25 Preview 7 (CL-12759524) ...
1.Create a material that switches textures using StaticSwitch. 2.Create a material instance and toggle the switch to overwrite the texture. 3.Then return the static switch settings to their defaul ...
When converting the character movement in the sidescroller template to occur on Tick instead of key press, the character will begin to run, and then get slightly hung up on the edge of the platform ...
When changing the Orientation in the iOS settings to Portrait and Upside Down, the splash screen will still appear in the landscape orientation when the project opens. this issue will only occur on ...
Creating an event dispatcher in a widget blueprint with the name OnDrop, which is already an existing overridable function, causes the event dispatcher to become corrupted and prevents it from being ...