Navigation
Unreal Engine C++ API Reference > Runtime > Core > Templates > TSharedRef
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Templates/SharedPointer.h |
Include | #include "Templates/SharedPointer.h" |
int32 GetSharedReferenceCount() const
Remarks
Returns the number of shared references to this object (including this reference.) IMPORTANT: Not necessarily fast! Should only be used for debugging purposes! Number of shared references to the object (including this reference.)