Slider component does not accurately update the value if thumb image is large in size. The issue is that when a value range on the slider is clicked the thumb should match the associated value; howe ...
Gameplay Tag Re-directories are not updating properly with nodes. Specific nodes include: "Make literal gameplay tag" and Switch on gameplay tag. Versions Tested: 4.15.3 - CL: 3450819 4.16.2 - CL: ...
When a component class contains an instanced reference to a UObject class that is EditInlineNew, adding the component to an actor makes the UObject properties uneditable in instances of the actor. ...
When using GetMass on an Actor Blueprint, an error is displayed when Simulate Physics is disabled, but GetMass executes successfully. Error Message: BP_Actor_80.MaterialSphere MaterialSphere has t ...
Skeletal Mesh scales incorrectly if RigidBody node is used in Animation Blueprint and then the character blueprint is scaled. If the character blueprint is scale to extreme sizes (3.0) the effect i ...
Clothing data can not be applied after the mesh that had clothing data already applied to it has been reimported Error message "Failed to bind clothing asset "nameofmesh"_0LOD1 is already mapped t ...
GPU emitter doesn't spawn particles at expected location when it is an event receiver. Also disabling Interpolate Spawning in the emitter properties affect this behavior as well, making the particle ...
Modifying the Shear values on a Progress Bar in a Widget Blueprint cause it to lose its Fill Color and set Progress. This is a regression from 4.20.3 (CL-4369336). Reproes with -vulkan on both Linux ...
UCanvasPanelSlot::PostEditChangeChainProperty not only does not call its Super function unless the anchor node has been set, but it calls Super:: PostEditChangeProperty instead PostEditChainProperty ...
Converting an Actor to spawnable/possessable in a Sequence causes it lose its position in the track panel. If the Actor was in a folder it will need to be added back to that folder. This was report ...