class FeSoftParent_t
{
public:
    int32 nParent;
    float32 flAlpha;
};

KV3 Class Defaults

{
    nParent = -1
    flAlpha = 0.0
}