MGetKV3ClassDefaults: Could not parse KV3 Defaults
- MPropertyDescription: "All operation source and target values are considered relative to the default values"MPropertySuppressExpr: "m_eCameraOperation == k_ECameraOp_Lag"
- MPropertyDescription: "How long to hold the current value. Less than zero for an indefinite end."MPropertySuppressExpr: "m_eCameraOperation != k_ECameraOp_Maintain"
- MPropertyDescription: "How fast to approach the target value"MPropertySuppressExpr: "m_eCameraOperation != k_ECameraOp_Approach"
- MPropertyDescription: "Acceleration as we approach the target value"MPropertySuppressExpr: "m_eCameraOperation != k_ECameraOp_Approach"
- MPropertyDescription: "Minimum time to try approaching"MPropertySuppressExpr: "m_eCameraOperation != k_ECameraOp_Approach"
- MPropertyDescription: "The target value"MPropertySuppressExpr: "m_bApproachDefault == true || m_eCameraOperation != k_ECameraOp_Approach || m_nCameraParam == 4"
- MPropertyDescription: "The target value"MPropertySuppressExpr: "m_bApproachDefault == true || m_eCameraOperation != k_ECameraOp_Approach || m_nCameraParam != 4"
- MPropertyDescription: "If true, approaches the dafault value. If false, allows specifying a target value"MPropertySuppressExpr: "m_eCameraOperation != k_ECameraOp_Approach"
- MPropertyDescription: "Strength of the spring. Larger is stronger"MPropertySuppressExpr: "m_eCameraOperation != k_ECameraOp_Spring"
- MPropertyDescription: "Minimum speed of the spring. Useful is the spring strength is low or the target is near."MPropertySuppressExpr: "m_eCameraOperation != k_ECameraOp_Spring"
- MPropertyDescription: "Maximum time to spring to the target"MPropertySuppressExpr: "m_eCameraOperation != k_ECameraOp_Spring"
- MPropertyDescription: "If true, spring to the default value. If false, allows specifing the target value"MPropertySuppressExpr: "m_eCameraOperation != k_ECameraOp_Spring"
- MPropertyDescription: "The target value to spring to"MPropertySuppressExpr: "m_bSpringToDefault == true || m_eCameraOperation != k_ECameraOp_Spring || m_nCameraParam == 4"
- MPropertyDescription: "The target value to spring to"MPropertySuppressExpr: "m_bSpringToDefault == true || m_eCameraOperation != k_ECameraOp_Spring || m_nCameraParam != 4"
- MPropertyDescription: "If true, start lerping from the current value. If false, allows specifying the start lerp value"MPropertySuppressExpr: "m_eCameraOperation != k_ECameraOp_Lerp"
- MPropertyDescription: "If true, lerp to the default value. If false, allows specifying the end lerp value"MPropertySuppressExpr: "m_eCameraOperation != k_ECameraOp_Lerp"
- MPropertyDescription: "The start lerp value"MPropertySuppressExpr: "m_bLerpStartAtCurrent == true || m_eCameraOperation != k_ECameraOp_Lerp || m_nCameraParam == 4"
- MPropertyDescription: "The end lerp value"MPropertySuppressExpr: "m_bLerpEndAtDefault == true || m_eCameraOperation != k_ECameraOp_Lerp || m_nCameraParam == 4"
- MPropertyDescription: "The start lerp value"MPropertySuppressExpr: "m_bLerpStartAtCurrent == true || m_eCameraOperation != k_ECameraOp_Lerp || m_nCameraParam != 4"
- MPropertyDescription: "The end lerp value"MPropertySuppressExpr: "m_bLerpEndAtDefault == true || m_eCameraOperation != k_ECameraOp_Lerp || m_nCameraParam != 4"
- MPropertyDescription: "A bias on the lerp"MPropertyAttributeRange: "0 1"MPropertySuppressExpr: "m_eCameraOperation != k_ECameraOp_Lerp"
- MPropertyDescription: "A gain on the lerp"MPropertyAttributeRange: "0 1"MPropertySuppressExpr: "m_eCameraOperation != k_ECameraOp_Lerp"
- MPropertyDescription: "How long to lerp from start to end"MPropertySuppressExpr: "m_eCameraOperation != k_ECameraOp_Lerp"
- MPropertyDescription: "Minimum time to have the spring active"MPropertySuppressExpr: "m_eCameraOperation != k_ECameraOp_Lag"
- MPropertyDescription: "How long to let the value lag behind before springing to the default value"MPropertySuppressExpr: "m_eCameraOperation != k_ECameraOp_Lag"
- MPropertyDescription: "While lagging behind, the max value we can approach the target value."MPropertySuppressExpr: "m_eCameraOperation != k_ECameraOp_Lag"
- MPropertyDescription: "Once the lag period is over, how strong the spring is that pulls the current value to the default value"MPropertySuppressExpr: "m_eCameraOperation != k_ECameraOp_Lag"
- MPropertyDescription: "When true, the spring strength will scale up to try to keep the target on screen"MPropertySuppressExpr: "m_eCameraOperation != k_ECameraOp_Lag"