In a mesh asset, setting Navigation>IsDynamicObstacle=true will make the Navigation / Cylinder Collision projection appear in a wrong position. As described in the case, the fix should reside in Na ...
Widget components appear to be affected by lighting. This causes differences in color between widget components and widgets that have been added to the viewport. ...
The AnimSingleNodeInstance used in the AnimMontage preview does not consider multiple Slots. The following is a correction code. void UAnimSingleNodeInstance::SetAnimationAsset(class UAnimationAsse ...
When changing the tangent value, the last value is sometimes not 1.0 [Reproduce sample project] [Link Removed] ...
Specular seems to be much brighter in ES2 to the point to where a bright specular highlight will appear even with a value of 0. ...
In the documentation page: [Level Instancing in Unreal Engine | Unreal Engine 5.0 Documentation|https://docs.unrealengine.com/5.0/en-US/level-instancing-in-unreal-engine/] it is mentioned that: [ ...
In ConvertQueryImpactHitImp, MaterialIndex is looked up from InternalFaceIndex, but FTriangleMeshImplicitObject:: MaterialIndices is an array by ExternalFaceIndex, so it returns incorrect material i ...
This is a common crash affecting users in 4.16. Unfortunately they have not provided any additional information ...
-Character no longer jumps to full height when on client when setting maxholdtime to anything above 0 in character blueprint ...
The comment for LeapHandGrabbing( ) states grab strength is 0.5 when HandClosed( ) only returns true when grab strength is equal to 1.f. ...