Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TSharedFromThis
Description
Freshens the internal weak pointer object using the authoritative shared reference to the object. Note that until this function is called, calls to AsShared() will result in an empty pointer.
| Name | UpdateWeakReferenceInternal |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/SharedPointer.h |
| Include Path | #include "Templates/SharedPointer.h" |
template<ESPMode OtherMode>
void UpdateWeakReferenceInternal
(
SharedPointerInternals::TReferenceControllerBase < OtherMode > * InReferenceController
) const