USkeletalMeshComponent::BreakConstraint

Break a constraint off a Gore mesh.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/SkeletalMeshComponent.h

Include

#include "Components/SkeletalMeshComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/SkeletalMeshComponentPhysics.cpp

Syntax

void BreakConstraint
(
    FVector Impulse,
    FVector HitLocation,
    FName InBoneName
)

Remarks

Break a constraint off a Gore mesh.

Parameters

Parameter

Description

Impulse

vector of impulse

HitLocation

location of the hit

InBoneName

Name of bone to break constraint for

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