ELinearConstraintMotion

LINEAR DOF.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "PhysicsEngine/ConstraintTypes.h"

Syntax

enum ELinearConstraintMotion
{
    LCM_Free,
    LCM_Limited,
    LCM_Locked,
    LCM_MAX,
}

Values

Name

Description

LCM_Free

No constraint against this axis.

LCM_Limited

Limited freedom along this axis.

LCM_Locked

Fully constraint against this axis.

LCM_MAX

Remarks

LINEAR DOF.

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