class CNmTargetWarpNode__CDefinition : public CNmPoseNode__CDefinition
{
public:
    int16 m_nClipReferenceNodeIdx;
    int16 m_nTargetValueNodeIdx;
    CNmRootMotionData__SamplingMode_t m_samplingMode;
    CNmTargetWarpNode__TargetUpdateRule_t m_targetUpdateRule;
    bool m_bAlignWithTargetAtLastWarpEvent;
    float32 m_flSamplingPositionErrorThresholdSq;
    float32 m_flMaxTangentLength;
    float32 m_flLerpFallbackDistanceThreshold;
    float32 m_flTargetUpdateDistanceThreshold;
    float32 m_flTargetUpdateAngleThresholdRadians;
    CGlobalSymbol m_alignmentBoneID;
};

KV3 Class Defaults

{
    _class = "CNmTargetWarpNode::CDefinition"
    m_nNodeIdx = -1
    m_nClipReferenceNodeIdx = -1
    m_nTargetValueNodeIdx = -1
    m_samplingMode = "Delta"
    m_targetUpdateRule = "None"
    m_bAlignWithTargetAtLastWarpEvent = false
    m_flSamplingPositionErrorThresholdSq = 0.0
    m_flMaxTangentLength = 1.25
    m_flLerpFallbackDistanceThreshold = 0.1
    m_flTargetUpdateDistanceThreshold = 0.1
    m_flTargetUpdateAngleThresholdRadians = 0.087266
    m_alignmentBoneID = ""
}