Navigation
Unreal Engine C++ API Reference > Runtime > Engine > PhysicsEngine > UPhysicsConstraintComponent
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsConstraintComponent.h |
Include | #include "PhysicsEngine/PhysicsConstraintComponent.h" |
Source | /Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsConstraintComponent.cpp |
void SetOrientationDriveSLERP
&40;
bool bEnableSLERP
&41;
Remarks
Enables/Disables the angular orientation slerp drive. Only relevant if the AngularDriveMode is set to SLERP
Parameters
Name | Description |
---|---|
bEnableSLERP | Indicates whether the SLERP drive should be enabled. Only relevant if the AngularDriveMode is set to SLERP |