Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FWeakObjectPtr
Description
Returns true if this pointer was explicitly assigned to null, was reset, or was never initialized. If this returns true, IsValid() and IsStale() will both return false.
| Name | IsExplicitlyNull |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/WeakObjectPtr.h |
| Include Path | #include "UObject/WeakObjectPtr.h" |
bool IsExplicitlyNull() const