STARTMOVIECAPTURE no longer works in a single player game [Link Removed] looked into the code and found that it's in the EditorServer code. We tried it with two players and then it appears to work ...
As noted by the user in the linked UDN question, this seems to be a problem with the PointLightComponent property on APointLight not having the VisibleAnywhere property descriptor. Also as noted, th ...
Repro Rate: 10/10 This issue occurred in the live build of //UE5/Release-5.1 at CL 23058290. This was regression tested against //UE5/Release-5.0 at CL 20979098 and is confirmed to not be a regres ...
When a particle system has a ribbon trail it will not render when viewed in a packaged game. Attached sample asset from Content Examples with Ribbon Trail. This issue did not occur in 4.10.4, bu ...
Normally this has not been as much of an issue, but recently SteamVR has dramatically decrease the time-out / "sleep" timer to something along the lines of 5-10 seconds... so the headset constantly ...
A GameplayAbility that destroys its owning actor inside ActivateAbility() causes a crash, because actor destruction will modify the ability list but ActivateAbility() is called within an ABILITYLIST ...
This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Descriptions from users are provided below. Error message: SEGV_MAPERR at 0x3 Most recent us ...
When exporting a Static Mesh from within UE4 that has multiple materials, some of the material IDs will be condensed into a single ID which will mess up how the material assignment for that part of ...
Numerous LogMetal: Warning: AsyncCopyFromBufferToBuffer on overlapping ranges Warnings Warnings do not appear to be linked to any visual/performance problems in the editor. Could be safely ignored. ...
This is a common crash affecting users in 4.16. Over 100 users have been affected, although they have not provided additional information. Source Context 469 TokenStreamIndex++; 47 ...