Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates > API/Runtime/Core/Templates/TReferenceControllerBase
Syntax
RefCountType WeakReferenceCount
Remarks
Number of weak references to this object. If there are any shared references, that counts as one weak reference too. When this count reaches zero, the reference controller will be deleted.
This starts at 1 because it represents the shared reference that we are also initializing SharedReferenceCount with.