class FeFollowNode_ t
{
public:
uint16 nParentNode;
uint16 nChildNode;
float32 flWeight;
};KV3 Class Defaults
{
nParentNode = 0
nChildNode = 0
flWeight = 0.0
}class FeFollowNode_ t
{
public:
uint16 nParentNode;
uint16 nChildNode;
float32 flWeight;
};{
nParentNode = 0
nChildNode = 0
flWeight = 0.0
}