Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates > API/Runtime/Core/Templates/TWeakPtr > API/Runtime/Core/Templates/TWeakPtr/__ctor
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Templates/SharedPointer.h |
Include | #include "Templates/SharedPointer.h" |
template<typename OtherType>
TWeakPtr
&40;
TWeakPtr< OtherType, Mode > const & InWeakPtr,
SharedPointerInternals::FConstCastTag
&41;
Remarks
Special constructor used internally to cast a 'const' weak pointer a 'mutable' pointer. You should never call this constructor directly. Instead, use the ConstCastWeakPtr() function. This constructor creates a weak pointer as a weak reference to an existing weak pointer after const casting that pointer's object. This constructor is needed for const casts.
Parameters
Name | Description |
---|---|
InWeakPtr | The weak pointer whose object we should create an additional reference to |