C++ Physics constraint actor not behaving the same as blueprint variant

As the title says, I spawn a Physics Constraint Actor in C++ in real-time and set all of the parameters so that it mirrors the blueprint variant, yet it behaves differently.

Physics actor I attach to it doesn’t “hold” or freeze, but instead it falls. This is not the case in the blueprint version.

Hello,

We’ve recently made a switch to a new bug reporting method using a more structured form. Please visit the link below for more details and report the issue using the new Bug Submission Form. Feel free to continue to use this thread for community discussion around the issue.

https://epicsupport.force.com/unrealengine/s/

Thanks

I’m having the same issue with c++ physics constraint components. They behave differently than their BP counterparts. I’m thinking it might be due to some differences in the reference frame. Have you been able to figure out what the issue is?