How to check if TSharedRef is null?

TSharedRef::IsValid - is private…

I think i have to convert Ref to Ptr, and then call IsValid().

I think a TSharedRef is non-nullable. At least that’s what they wrote in the code comment in SharedPointer.h

TSharedRef can never be null!