// here is a code segament of
// \Engine\Source\Runtime\Engine\Classes\Kismet\KismetSystemLibrary.h
FORCEINLINE_DEBUGGABLE bool UKismetSystemLibrary::IsValid(const UObject* Object)
{
return ::IsValid(Object); // Here ! I can't navigate to it's definition by any way...
}
Give a man a fish than giving the fishing, how could I find this kind of code manually by myself next time?