FConstraintInstance::InitConstraint

Create physics engine constraint.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "PhysicsEngine/ConstraintInstance.h"

Source

/Engine/Source/Runtime/Engine/Private/PhysicsEngine/ConstraintInstance.cpp

Syntax

void InitConstraint
(
    FBodyInstance * Body1,
    FBodyInstance * Body2,
    float Scale,
    UObject * DebugOwner,
    FOnConstraintBroken InConstraintBrokenDelegate
)

Remarks

Create physics engine constraint.

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