Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TSharedFromThis
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void UpdateWeakReferenceInternal
(
TSharedPtr< SharedPtrType, SharedPtrMode > const* InSharedPtr, |
INTERNAL USE ONLY Do not call this method. | Templates/SharedPointer.h | |
void UpdateWeakReferenceInternal
(
TSharedRef< SharedRefType, SharedPtrMode > const* InSharedRef, |
INTERNAL USE ONLY Do not call this method. | Templates/SharedPointer.h |
UpdateWeakReferenceInternal(TSharedPtr< SharedPtrType, SharedPtrMode > const , OtherType )
Description
INTERNAL USE ONLY Do not call this method. Freshens the internal weak pointer object using the supplied object pointer along with 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<class SharedPtrType, ESPMode SharedPtrMode, class OtherType>
void UpdateWeakReferenceInternal
(
TSharedPtr < SharedPtrType, SharedPtrMode > const * InSharedPtr,
OtherType * InObject
) const
UpdateWeakReferenceInternal(TSharedRef< SharedRefType, SharedPtrMode > const , OtherType )
Description
INTERNAL USE ONLY Do not call this method. Freshens the internal weak pointer object using the supplied object pointer along with 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<class SharedRefType, ESPMode SharedPtrMode, class OtherType>
void UpdateWeakReferenceInternal
(
TSharedRef < SharedRefType, SharedPtrMode > const * InSharedRef,
OtherType * InObject
) const