class C_OP_MovementRigidAttachToCP : publicCParticleFunctionOperator{public: // MPropertyFriendlyName = control point number int32 m_nControlPointNumber; // MPropertyFriendlyName = scale control point number int32 m_nScaleControlPoint; // MPropertyFriendlyName = scale control point field // MPropertyAttributeChoiceName = vector_component int32 m_nScaleCPField; // MPropertyFriendlyName = cache attribute to read from // MPropertyAttributeChoiceName = particlefield_vectorParticleAttributeIndex_t m_nFieldInput; // MPropertyFriendlyName = attribute to write to // MPropertyAttributeChoiceName = particlefield_vectorParticleAttributeIndex_t m_nFieldOutput; // MPropertyFriendlyName = local space bool m_bOffsetLocal;};