FConstraintInstance::SetLinearBreakable

Sets the Linear Breakable properties

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/ConstraintInstance.h

Include

#include "PhysicsEngine/ConstraintInstance.h"

Syntax

void SetLinearBreakable
(
    bool bInLinearBreakable,
    float InLinearBreakThreshold
)

Remarks

Sets the Linear Breakable properties

Parameters

Parameter

Description

bInLinearBreakable

Whether it is possible to break the joint with linear force

InLinearBreakThreshold

Force 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