TSharedFromThis::UpdateWeakReferenceInternal

INTERNAL USE ONLY Do not call this method.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Templates/SharedPointer.h

Include

#include "Templates/SharedPointer.h"

Syntax

template<class SharedPtrType, class OtherType>
void UpdateWeakReferenceInternal
(
    TSharedPtr< SharedPtrType, Mode > const * InSharedPtr,
    OtherType * InObject
) const

Remarks

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss