Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/TLazyObjectPtr
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/LazyObjectPtr.h |
| Include | #include "UObject/LazyObjectPtr.h" |
bool IsStale&40;&41; const
Remarks
Slightly different than !IsValid(), returns true if this used to point to a UObject, but doesn't any more and has not been assigned or reset in the mean time. true if this used to point at a real object but no longer does.