EAngularConstraintMotion

Specifies angular degrees of freedom

Windows
MacOS
Linux

References

Module

PhysicsCore

Header

/Engine/Source/Runtime/PhysicsCore/Public/Chaos/ChaosEngineInterface.h

Include

#include "Chaos/ChaosEngineInterface.h"

Syntax

enum EAngularConstraintMotion
{
    ACM_Free,
    ACM_Limited,
    ACM_Locked,
    ACM_MAX,
}

Values

Name

Description

ACM_Free

No constraint against this axis.

ACM_Limited

Limited freedom along this axis.

ACM_Locked

Fully constraint against this axis.

ACM_MAX

Remarks

Specifies angular degrees of freedom

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