KIND_MASK
fFlags = (fFlags & ~(uint32)KIND_MASK) | (kind & KIND_MASK);
uint32 GetKind() const { return (fFlags & KIND_MASK); }