When upgrading a project to 4.11, Sound Cues placed in the level with the 'Attenuation' override node no longer playback as expected. This issue was a bit weird when testing because the user report ...
Render Target is displayed across the client and server. Render target should only be displayed on the player and screen that spawns the actor. Note: Turning visibility off for the render target w ...
the High resolution screenshot is not saved when using the command 'HiResShot' when playing via the Standalone option. You can use the command and it shows the link to the directory where the screen ...
Using a 'Format Text' node to set a 'Text Render' component will crash on map load after project conversion[EUS] TJ Ballard - Opened the map on a users project from this AnswerHub post: https://answ ...
When having an Exponential Height Fog actor far away from origin, after doing Set World Origin Location, Exponential Height Fog's appearance changes. ...
Issue is due to pause flags getting recycled when new sound sources are used from the sound source pool. This is a regression since 4.13, causing audio to pop. ...
Currently, Niagara Components are only expected to have their TickComponent() method called when their system is marked as "Solo", which makes them be simulated individually. In the most common scen ...
Character animations do not replicate when the character is attached to another actor. Setting the other actor to Replicate and Replicates Movement does not seem to make any difference. Reproduced ...
Importing an OBJ file no longer imports the UVs. Test asset included for OBJ and FBX version of the same file. Added Test FBX from SketchUp Tested with: 4.12.5 CL-3039270 - Working 4.13.0 CL-31 ...
Unable to increment TMap value if Key is zero. Changing the TMap Key to 1 on Add will allow the Value of "Key 0" to be incremented. User Description: It seems as if the 'Find' node for the newly ...