Enum ELinearConstraintMotion Path C++ Link /Script/PhysicsCore.ELinearConstraintMotion underlying uint8 /Script/PhysicsCore Values 4 NameValueHex LCM_Free00x00LCM_Limited10x01LCM_Locked20x02LCM_MAX30x03 Used by 3types with a member, parameter or interface of this type UConstraintInstanceBlueprintLibraryFLinearConstraintUPhysicsConstraintComponent // /Script/PhysicsCore.ELinearConstraintMotion enum class ELinearConstraintMotion : uint8 { LCM_Free = 0, LCM_Limited = 1, LCM_Locked = 2, LCM_MAX = 3, };