Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/UObject/WeakObjectPtrTemplates.h |
Include |
#include "UObject/WeakObjectPtrTemplates.h" |
bool HasSameIndexAndSerialNumber
(
const TWeakObjectPtr & Other
) const
Returns true if two weak pointers were originally set to the same object, even if they are now stale
Parameter |
Description |
---|---|
Other |
weak pointer to compare to |