Assert crashes Editor in the GC system during packaging due to USoundWave assets not being configured for GC clustering. Disabling GC clustering in project settings is a workaround, but the fix is ...
A Crash can occur when setting a skeletal mesh's animation instance to None when it has Update Rate Optimizations enabled. An unverified proposed fix for this is to remove the nullptr check when ...
The Transparent materials like the Glass don't behave correctly in Raster (in PT is working as expected). They are visible in Alpha with Holdout. This is an Engine limitation for now. But we sho ...
User reports hitting an assertion due to invalid FTickTaskManager state when game is attempting to unregister a tick function that was previously disabled dynamically. Failed assertion is in FTickT ...
The current version of the oculus audio SDK fails to initialize for some clients. We haven't been able to reproduce the problem internally but we're told from Oculus that updating the SDK will fix t ...
Adding an event dispatcher to one of the pre-created character blueprints in the template projects causes an increase in compile times. This does not occur with a blank actor or character blueprint ...
"Execute while paused" input action mappings do not trigger when using the pause console command. Workaround Use the "Set Game Paused" node, which works as expected. Regression (no) issue (does ...
Memory leak when comparing scale value with 0 on transform. It appears that the memory used by the editor increases by 25-50 mbs while comparing the scale to 0. Regression (no) issue (does) occur ...
The Negate blueprint macros (NegateInt, NegateFloat) are returning the original value. Found in 4.12.5 CL 3039270. Reproduced in 4.13 CL 3106830 and 4.11.2 CL 2946394. ...
Building 4.10 from the GitHub release branch on Linux fails to open after install and instead crashes Community Suggested Fix: Switching triangle order optimization off with r.TriangleOrderOptimiza ...