There is an issue occurring where objects are flickering, and what appears to be jittering at set distances when rendering, increasing the bounds of the mesh pushes the distance for the issue out. T ...
Customer created a custom DataTable with a TSet Property and saw the behavior of allowing duplicate elements within the TSet, which is not allowed. See TSet Documentation for more information. This ...
Blueprint icon flashes constantly when mouse is hovering over it; this only occurs with a specific type of blueprint class. . Branch: Binary, from Launcher . Build Version: 4.7.3 . Description: T ...
Spawn Emitter At Location is no longer an available node in an Object Blueprint. It was available in 4.6.1 but is not in 4.7 or 4.8. Spawn Emitter Attached is still available in an Object BP. Teste ...
FPropertyBase constructor does not handle a TMap/TSet property. Following workaround can avoid this error. explicit FPropertyBase(FProperty* Property) : PropertyExportFlags(PROPEXPORT_Public) ...
The Draw Brush Polys setting does not display translucent Material in versions 4.17 and higher, instead, checking the option appears to do nothing. This issue does not occur in 4.16.3, this issue is ...
User Reported Bug Replication Settings no longer editable after event delegate is connected. Doesn't seem to affect functionality, only UI. (replication settings stay as set before plugging delega ...
1. Import the attached test.FBX with "Force Front X Axis" enabled. 2. Export the imported skeletal mesh with "Force Front X Axis" enabled. (Test_export.FBX) 3. The axis does not match in test.FBX an ...
This was initially reported in VR but the leak happens in a non-VR setup and environment. GPU utilization jumps to 84% in 4.23.1 and 98%+ in 4.24.3, 4.25, and 4.26. Tested GPUs were GTX 980 and GTX ...
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 ...