I suppose that’s a better way to think about it, if(Counter?) is similar in thought with if(Counter != nullptr)
if(Counter?)
if(Counter != nullptr)