UPhysicsConstraintComponent::SetAngularVelocityDriveSLERP

Enables/Disables the angular velocity slerp drive.

Windows
MacOS
Linux

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

Syntax

void SetAngularVelocityDriveSLERP
(
    bool bEnableSLERP
)

Remarks

Enables/Disables the angular velocity slerp drive. Only relevant if the AngularDriveMode is set to SLERP

Parameters

Parameter

Description

bEnableSLERP

Indicates whether the SLERP drive should be enabled. Only relevant if the AngularDriveMode is set to SLERP

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss