class CNmLayerBlendNode__CDefinition : public CNmPoseNode__CDefinition
{
public:
    int16 m_nBaseNodeIdx;
    bool m_bOnlySampleBaseRootMotion;
    CUtlLeanVectorFixedGrowable<CNmLayerBlendNode__LayerDefinition_t, 3> m_layerDefinition;
};

KV3 Class Defaults

{
    _class = "CNmLayerBlendNode::CDefinition"
    m_nNodeIdx = -1
    m_nBaseNodeIdx = -1
    m_bOnlySampleBaseRootMotion = true
    m_layerDefinition = [  ]
}