class IKSolverSettings_ t
{
public:
// MPropertyFriendlyName = Solver Type
// MPropertyAutoRebuildOnChange
IKSolverType m_ SolverType;
// MPropertyFriendlyName = Num Iterations
// MPropertyAttrStateCallback
int32 m_ nNumIterations;
// MPropertyFriendlyName = End Effector Rotation Behaviour
EIKEndEffectorRotationFixUpMode m_ EndEffectorRotationFixUpMode;
};