Navigation
API > API/Runtime > API/Runtime/CoreUObject
Description
Check for NULL without resolving the handle.
Check for NULL without resolving the handle. Always returns true if the handle is not type safe (only when T != UObject).
| Name | ObjectPtr_Private::IsObjectPtrNull |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectPtr.h |
| Include Path | #include "UObject/ObjectPtr.h" |
namespace ObjectPtr_Private
{
template<typename T, std::enable_if_t< >), int >>
bool ObjectPtr_Private::IsObjectPtrNull
(
const FObjectPtr & ObjectPtr
)
}