Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/TLazyObjectPtr
Description
Gets the unique object identifier associated with this lazy pointer. Valid even if pointer is not currently valid
| Name | GetUniqueID |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/LazyObjectPtr.h |
| Include Path | #include "UObject/LazyObjectPtr.h" |
const FUniqueObjectGuid & GetUniqueID() const
Unique ID for this object, or an invalid FUniqueObjectID if this pointer isn't set to anything