In ConstraintDrives.cpp, SetAngularPositionDrive and SetAngularVelocityDrive do not use "InEnableTwistDrive" and instead assign "TwistDrive" to "InEnableSwingDrive".
void FAngularDriveConstraint::SetAngularPositionDrive(bool InEnableSwingDrive, bool InEnableTwistDrive) { SwingDrive.bEnablePositionDrive &= InEnableSwingDrive; TwistDrive.bEnablePositionDrive &= InEnableSwingDrive; } void FAngularDriveConstraint::SetAngularVelocityDrive(bool InEnableSwingDrive, bool InEnableTwistDrive) { SwingDrive.bEnableVelocityDrive &= InEnableSwingDrive; TwistDrive.bEnableVelocityDrive &= InEnableSwingDrive; }
Try using SetAngularVelocityDrive and SetAngularOrientationDrive and check that twist and swing both work as expected.
i have this problem UE4CC-Windows-58DC12AF4B97F057BD108FBFF569B2E9_0000
I am not able to find world outliner how to enable it?
Delay nodes occasionally don't fire the "Completed" output in a nativized build
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
When I open UE4 4.24.3 it appears that. Does anyone know how to solve?
An error occurred while trying to generate project files !?
Head over to the existing Questions & Answers thread and let us know what's up.
0 |
Component | UE - Simulation - Physics |
---|---|
Affects Versions | 4.13 |
Target Fix | 4.14 |
Fix Commit | 3132795 |
---|---|
Main Commit | 3136620 |
Created | Sep 6, 2016 |
---|---|
Resolved | Sep 20, 2016 |
Updated | Apr 27, 2018 |