When copying/pasting a user created Widget into another widget any changes made to the copy will change the main Widget without making any changes to the copy. ...
In a packaged game or standalone, if you change map with DFAO enabled the previous DFAO will still be visible. This does not occur in PIE. Found in 4.19 CL# 4033788, 4.20 CL# 4369336, 4.21 CL# 4613 ...
When an actor set to movable and ticking with TG_PostUpdateWork is walked over, the character's capsule component position is incorrect during movement. ...
Created Static Mesh Actor's Simplified Collision boxes do not mirror Collision Orientation when mirrored in the World/Editor. ...
AStaticMeshActor::CheckForErrors() is producing slightly incorrect results due to position and scale being exact matched, instead of using an epsilon comparison. Rotation is using Euler angles for ...
Un-checking the ContributeToMass setting on any part of a physics asset results in an ensure when simulating physics. ...
BP SET nodes for FGameplayTags do not respect category filters, instead the dropdown shows an unfiltered list of all gameplay tags. Given the MyValue property decorated as follows: UPROPERTY(Edit ...
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 ...
Imported FBXs that use UBX will import their collision rotation incorrectly. You can see this when scaling the collision non-uniformly. Found in 4.20 CL# 4369336, 4.21 CL# 4541578, and 4.22 CL# 46 ...
Using volume material used in a material billboard Causes Crash When used with volumetric fog. Found in 4.19 CL# 4033788, 4.20 CL# 4369336, 4.21 CL# 4541578, 4.22 CL# 4618663 ...