Subtracting .2 from a float produces a floating point error

UE - Gameplay - Blueprint - Feb 1, 2016

Subtracting .2 from a float seems to produce a float error, registering incorrect values during if checks. ...

Foliage Instance Static Meshes do not affect the Navmesh

UE - AI - Navigation - Apr 25, 2022

Foliage Instance Static Meshes do not affect the Navmesh. I tried changing the Custom Navigable Geometry to 'Yes' & 'Even if Not Collidable' but got the same results. Repro Rate: 4/4 Tested this i ...

Nav Modifier Volume Not Affecting Nav Mesh Until it is Moved

UE - AI - Oct 21, 2016

Nav Modifier volumes are not affected the nav mesh until they are moved from their initial placement position. Found in 4.13.1. Reproduced in 4.12.5 and 4.15 Main CL 3163223 This is similar to [Li ...

Packaging for HTML5 seems to have grown in package size

UE - Platform - Mobile - Aug 30, 2016

The size of packages for HTML5 has greatly increased since 4.10.4 to 4.11.2 and has since increased. Example: First person template, no starter content - size of whole HTML5 folder once packaged: 7 ...

TMaps with instanced objects: modifying instanced object data in child affects parent

UE - Gameplay - Blueprint - Jul 25, 2023

Given a TMap where the value type is an instanced object: when a child blueprint is saved with modifications to the TMap, and then additional TMap are added to the parent blueprint and the child blu ...

Haptic effect for Oculus touch does not last longer than ~2 seconds

UE - Platform - XR - Jan 30, 2018

Haptic effect for Oculus touch does not last longer than around 2 seconds even when set to a longer time. ...

Destructible meshes always affect navigation regardless of collision

UE - AI - Jan 27, 2016

Turning off a destructible mesh's collision will still affect navigation around the destructible mesh Note: This issue is related to [Link Removed]. The workaround for that issue does not apply he ...

2 GB/hr Memory Leak on levels that are not enclosed

UE - Graphics Features - Feb 19, 2016

2 GB/hr Memory Leak on maps with no Sky Sphere or Atmospheric Fog to occlude empty space. The leak also occurs during general usage, but was tested with a blank project and an absolutely blank leve ...

Drag coefficient on vehicle blueprints affects forward and reverse differently

UE - Simulation - Physics - Mar 31, 2016

Drag coefficient on vehicle blueprints affects forward and reverse differently. If in reverse, it seems to be additive or multiplicative to the vehicle's movement as opposed to providing any resista ...

Spawn Actor From Class Multiplying Transform Scale By Original Object Scale

UE - Gameplay - Jun 9, 2016

When using the Spawn Actor from Class node, the Spawn Transform Scale is being multiplied by the actor's original scale, instead of just setting the scale to the Spawn Transform's value. In 4.11.2, ...