OnComponentBeginOverlap and EndOverlap are called multiple times when moving in a Skeletal Mesh component's collision. This does not occur with a Static Mesh's collision. Test project available her ...
Components and Actors attached to physics objects are not solidly attached. The child actor tends to float around in relation to the parent. Occurs even when using a "Weld" attachment In the exam ...
User reports that in 4.8 in some cases bodies for Static-mobility ISMC instances are not yet initialized when BeginPlay is called. It seems like deferred creation for level streaming should be com ...
When you change a section of a Multi-Convex Collision to Slyph and then Select the other sections, Engine will crash.Shift-selecting deleted convex in physics assets causes crash(From PhAT) Tried to ...
If a blueprint has a child component that is simulating physics, that child component will not follow it's parent or make any movement if the parent is moved via AddActorWorldOffset. ...
Collision capsule attached to skeletalmesh with 'no collision enabled' collides despite of being set to 'no physics collision' work around: image attached ...
FScopedMovementUpdate needs to be aware of the bTeleport flags used in the MoveComponent call. This could get complex when there is a mix of teleport and non-teleport. ...
This issue may reference [Link Removed] which was recently fixed with 4.9 CL-2553675. When using the MoveComponentTo node physics do not work properly compared to other methods to move a component ...
Setting the collision thickness for the landscape does not appear to have any effect on any objects colliding with it. Setting the value to a negative or a positive has no effect. ...
When the scale of an actor is set to 0 in either X, Y or Z any overlap events will fail to trigger overlap events. ...