CountInputs
int32 CountInputs();
int32 CountInputs() const;
for (int32 i = 0; i < CountInputs(); i++)
for (int32 i = 0; i < CountInputs(); i++) {
if (fOwner->CountInputs() == 0)
if (*cookie < 0 || *cookie >= fOwner->CountInputs()) {