Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FSharedReferencer
Description
Returns true if this is the only shared reference to this object. Note that there may be outstanding weak references left.
| Name | IsUnique |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/SharedPointerInternals.h |
| Include Path | #include "Templates/SharedPointerInternals.h" |
const bool IsUnique() const
True if there is only one shared reference to the object, and this is it!