UPhysicsConstraintComponent::SetAngularBreakable

Sets the Angular Breakable properties

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 SetAngularBreakable
(
    bool bAngularBreakable,
    float AngularBreakThreshold
)

Remarks

Sets the Angular Breakable properties

Parameters

Parameter

Description

bAngularBreakable

Whether it is possible to break the joint with angular force

AngularBreakThreshold

Torque needed to break the joint

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