class TagSpan_ t
{
public:
int32 m_ tagIndex;
float32 m_ startCycle;
float32 m_ endCycle;
};KV3 Class Defaults
{
m_ tagIndex = -1
m_ startCycle = 0.0
m_ endCycle = 0.0
}class TagSpan_ t
{
public:
int32 m_ tagIndex;
float32 m_ startCycle;
float32 m_ endCycle;
};{
m_ tagIndex = -1
m_ startCycle = 0.0
m_ endCycle = 0.0
}