class FeCtrlSoftOffset_t
{
public:
    uint16 nCtrlParent;
    uint16 nCtrlChild;
    Vector vOffset;
    float32 flAlpha;
};

KV3 Class Defaults

{
    nCtrlParent = 0
    nCtrlChild = 0
    vOffset = [ 0.0, 0.0, 0.0 ]
    flAlpha = 0.0
}